BCHECK removed.
FossilOrigin-Name: fe789a4a708aef05e0f7e1556d4fbe5b59aba5a2e4b36df9738645436da03252
This commit is contained in:
parent
e7997a339d
commit
17677a55b8
@ -27,6 +27,7 @@ LDFLAGS += -L../contrib/jsmn -L../../src/lib/$(ARCH)
|
||||
|
||||
CONFOBJS = wtp_conf.o
|
||||
|
||||
|
||||
LIBS+=-lcapwap
|
||||
LIBS+=-lcapwap80211
|
||||
LIBS+=-lcisco
|
||||
@ -65,6 +66,7 @@ endif
|
||||
|
||||
|
||||
|
||||
|
||||
#HA_FILES += ../contrib/hostap/src/drivers/driver_nl80211.o
|
||||
|
||||
HA_INCS += -I$(INCLUDE_DIR)/libnl-tiny
|
||||
@ -126,7 +128,7 @@ endif
|
||||
$(Q)$(CC) -c -o $@ $(CFLAGS) $<
|
||||
|
||||
|
||||
wtp: $(BCHECK) $(OBJS)
|
||||
wtp: $(OBJS)
|
||||
$(Q)$(CC) $(OBJS) ../mod/modload_wtp.o -o wtp $(LDFLAGS) $(LIBS)
|
||||
@$(E) " LD " $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user