mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
bt: build unit tests only when CONFIG_BT_ENABLED=1
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
#
|
ifdef CONFIG_BT_ENABLED
|
||||||
#Component Makefile
|
|
||||||
#
|
|
||||||
|
|
||||||
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|
||||||
|
else
|
||||||
|
COMPONENT_CONFIG_ONLY := 1
|
||||||
|
endif
|
||||||
|
Reference in New Issue
Block a user