mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 04:34:31 +02:00
Merge branch 'bugfix/ut_bt_build_fix' into 'master'
bt: build unit tests only when CONFIG_BT_ENABLED=1 See merge request idf/esp-idf!3000
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
#Component Makefile
|
||||
#
|
||||
|
||||
ifdef CONFIG_BT_ENABLED
|
||||
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