mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
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
@ -1499,6 +1499,9 @@ OBJS += ../src/common/common_module_tests.o
|
||||
ifdef CONFIG_WPS
|
||||
OBJS += ../src/wps/wps_module_tests.o
|
||||
endif
|
||||
ifndef CONFIG_P2P
|
||||
OBJS += ../src/utils/bitfield.o
|
||||
endif
|
||||
endif
|
||||
|
||||
OBJS += ../src/drivers/driver_common.o
|
||||
|
Loading…
Reference in New Issue
Block a user