2016-11-02 19:07:55 +08:00
|
|
|
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/ll
|
2016-08-15 18:16:30 +08:00
|
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += util/mem.o
|
|
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += util/memq.o
|
|
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += util/work.o
|
|
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += util/util.o
|
2016-08-15 18:01:06 +08:00
|
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += hal/rtc.o
|
|
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += hal/rand.o
|
|
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += hal/ecb.o
|
|
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += hal/radio.o
|
2016-08-15 18:28:31 +08:00
|
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += ll/ticker.o
|
|
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += ll/ctrl.o
|
|
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += ll/ll.o
|
2016-09-15 16:07:56 +08:00
|
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += hci/hci_driver.o
|
2016-08-15 18:22:59 +08:00
|
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += hci/hci.o
|