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>
4 lines
104 B
Makefile
4 lines
104 B
Makefile
obj-y += common/
|
|
obj-$(CONFIG_BLUETOOTH_HCI) += host/
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += controller/
|