mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 13:51:56 +00:00
Cleanup controller's root makefile and add folder level makefile to have better control over dependencies. Also explicitly include folder paths in c files to clearly depict the dependencies. Change-id: Iac7b3a86eff11082111049ba48559c74f6c4d3fb Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
7 lines
202 B
Makefile
7 lines
202 B
Makefile
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += hci/
|
|
|
|
obj-$(CONFIG_BLUETOOTH_LL_SW) += util/
|
|
obj-$(CONFIG_BLUETOOTH_LL_SW) += hal/
|
|
obj-$(CONFIG_BLUETOOTH_LL_SW) += ticker/
|
|
obj-$(CONFIG_BLUETOOTH_LL_SW) += ll_sw/
|