ccflags-$(CONFIG_BLUETOOTH_CONTROLLER) += -I$(srctree)/subsys/bluetooth/controller/util ccflags-$(CONFIG_BLUETOOTH_CONTROLLER) += -I$(srctree)/subsys/bluetooth/controller/hal ccflags-$(CONFIG_BLUETOOTH_CONTROLLER) += -I$(srctree)/subsys/bluetooth/controller/ticker ccflags-$(CONFIG_BLUETOOTH_CONTROLLER) += -I$(srctree)/subsys/bluetooth/controller/ll obj-$(CONFIG_BLUETOOTH_CONTROLLER) += util/mem.o obj-$(CONFIG_BLUETOOTH_CONTROLLER) += util/memq.o obj-$(CONFIG_BLUETOOTH_CONTROLLER) += util/mayfly.o obj-$(CONFIG_BLUETOOTH_CONTROLLER) += util/util.o obj-$(CONFIG_BLUETOOTH_CONTROLLER) += hal/nrf5/cntr.o obj-$(CONFIG_BLUETOOTH_CONTROLLER) += hal/nrf5/rand.o obj-$(CONFIG_BLUETOOTH_CONTROLLER) += hal/nrf5/ecb.o obj-$(CONFIG_BLUETOOTH_CONTROLLER) += hal/nrf5/radio.o obj-$(CONFIG_BLUETOOTH_CONTROLLER) += ticker/ticker.o obj-$(CONFIG_BLUETOOTH_CONTROLLER) += ll/ctrl.o obj-$(CONFIG_BLUETOOTH_CONTROLLER) += ll/ll.o obj-$(CONFIG_BLUETOOTH_CONTROLLER) += hci/hci_driver.o obj-$(CONFIG_BLUETOOTH_CONTROLLER) += hci/hci.o