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:
parent
660878e4e2
commit
b1b20e4129
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ ccflags-y +=-I$(srctree)/arch/$(ARCH)
|
||||||
ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_BSP_DIR))
|
ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_BSP_DIR))
|
||||||
|
|
||||||
|
|
||||||
obj-y=uart.o
|
obj-$(CONFIG_BLUETOOTH_UART)=uart.o
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue