zephyr/drivers/Makefile
Juan Manuel Cruz 638fb2c181 Kbuild: Bluetooth driver support.
This commit adds the Makefile and Kconfig files
to support the bluetooth driver in the Kbuild system.

Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
Change-Id: I1f72b13aca8fb098eece04c4f0e1b680639b520f
2016-02-05 20:14:08 -05:00

7 lines
225 B
Makefile

obj-$(CONFIG_DRV_CONSOLE) = console/
obj-$(CONFIG_DRV_SERIAL) += serial/
obj-$(CONFIG_DRV_TIMER) += timer/
obj-$(CONFIG_DRV_INTCTL) += interrupt_controller/
obj-$(CONFIG_DRV_PCI) += pci/
obj-$(CONFIG_BLUETOOTH) += bluetooth/