2016-08-15 18:16:30 +08:00
|
|
|
ccflags-$(CONFIG_BLUETOOTH_CONTROLLER) += -I$(srctree)/drivers/bluetooth/controller/util
|
2016-08-15 18:01:06 +08:00
|
|
|
ccflags-$(CONFIG_BLUETOOTH_CONTROLLER) += -I$(srctree)/drivers/bluetooth/controller/hal
|
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/irq.o
|
|
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += hal/clock.o
|
|
|
|
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
|