4 lines
72 B
Makefile
4 lines
72 B
Makefile
ifeq ($(CONFIG_TARGET_PACKAGE_BT),y)
|
|
TARGET_PACKAGES += bluetooth
|
|
endif
|
ifeq ($(CONFIG_TARGET_PACKAGE_BT),y)
|
|
TARGET_PACKAGES += bluetooth
|
|
endif
|