stub ap wireless
This commit is contained in:
@ -34,7 +34,9 @@ INCLUDES = \
|
||||
-I$(top_srcdir)/build \
|
||||
-I$(top_srcdir)/src/common \
|
||||
-I$(top_srcdir)/src/wtp \
|
||||
-I$(top_srcdir)/src/binding/wifi/drivers
|
||||
-I$(top_srcdir)/src/binding/wifi/drivers \
|
||||
-I$(top_srcdir)/src/binding/wifi/ap/ \
|
||||
-I$(top_srcdir)/src/binding/wifi/ap/common
|
||||
|
||||
include $(top_srcdir)/build/Makefile_common.am
|
||||
|
||||
@ -63,4 +65,5 @@ endif
|
||||
|
||||
if BUILD_WTP_WIFI_DRIVERS_NL80211
|
||||
wtp_SOURCES += $(top_srcdir)/src/binding/wifi/drivers/wifi_nl80211.c
|
||||
wtp_LDADD += $(LIBNL_LIBS)
|
||||
endif
|
||||
|
Reference in New Issue
Block a user