Since more and more code is going to be reused by both the Host and the Controller, this commit introduces a common/ folder that will contain everything that is not tied to one of the two components but shared by them. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
6 lines
133 B
Makefile
6 lines
133 B
Makefile
ccflags-y += -I$(srctree)/subsys/bluetooth
|
|
|
|
obj-y += hci/
|
|
obj-$(CONFIG_NBLE) += nble/
|
|
obj-$(CONFIG_BLUETOOTH_NRF51_PM) += nrf51_pm.o
|