Conditional build of bluetooth driver uart component

UART bluetooth driver build depends on CONFIG_BLUETOOTH_UART.

Change-Id: I95561f8daef494507e65e7977f444d861f2dac74
Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
This commit is contained in:
Dmitriy Korovkin 2015-06-04 12:07:38 -04:00 committed by Anas Nashif
commit b1b20e4129

View file

@ -3,4 +3,4 @@ ccflags-y +=-I$(srctree)/arch/$(ARCH)
ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_BSP_DIR))
obj-y=uart.o
obj-$(CONFIG_BLUETOOTH_UART)=uart.o