bt: build unit tests only when CONFIG_BT_ENABLED=1

This commit is contained in:
Ivan Grokhotkov 2018-08-13 17:38:37 +03:00
parent 886bf4b88e
commit 7fca027355

View file

@ -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