More work on mods ... integrating wtp

FossilOrigin-Name: 023ead83c8cb82471e484667bfe72846dc5bd7953cdfa5ab1dcc3689f863673a
This commit is contained in:
7u83@mail.ru
2016-03-02 18:27:54 +00:00
parent b49b8787eb
commit 11f9dd3dca
8 changed files with 42 additions and 31 deletions

View File

@ -25,6 +25,8 @@ CFLAGS += -O0 -Wall -Wno-unused-variable -Werror -g
LDFLAGS += -L../contrib/jsmn -L../../src/lib/$(ARCH)
LIBS+=-lcapwap
LIBS+=-lcisco
LIBS+=-lcw
LIBS+=-lnl-3
LIBS+=-lnl-genl-3
@ -122,7 +124,7 @@ endif
wtp: $(BCHECK) $(OBJS)
$(Q)$(CC) $(OBJS) -o wtp $(LDFLAGS) $(LIBS)
$(Q)$(CC) $(OBJS) ../mod/modload_wtp.o -o wtp $(LDFLAGS) $(LIBS)
@$(E) " LD " $@
clean: