Fix CONFIG_MODULE_TESTS=y build without CONFIG_P2P=y
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
bd10d93891
commit
fa21e6c35b
1 changed files with 3 additions and 0 deletions
|
@ -1499,6 +1499,9 @@ OBJS += ../src/common/common_module_tests.o
|
||||||
ifdef CONFIG_WPS
|
ifdef CONFIG_WPS
|
||||||
OBJS += ../src/wps/wps_module_tests.o
|
OBJS += ../src/wps/wps_module_tests.o
|
||||||
endif
|
endif
|
||||||
|
ifndef CONFIG_P2P
|
||||||
|
OBJS += ../src/utils/bitfield.o
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
OBJS += ../src/drivers/driver_common.o
|
OBJS += ../src/drivers/driver_common.o
|
||||||
|
|
Loading…
Reference in a new issue