zephyr/drivers/bluetooth/Makefile

7 lines
183 B
Makefile
Raw Normal View History

ccflags-y +=-I$(srctree)/include/drivers
ccflags-y +=-I$(srctree)/arch/$(ARCH)
ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_PLATFORM))
obj-$(CONFIG_BLUETOOTH_UART)=uart.o