zephyr/drivers/Makefile

7 lines
145 B
Makefile

obj-y = console/
obj-y += serial/
obj-y += timer/
obj-y += interrupt_controller/
obj-$(CONFIG_PCI) += pci/
obj-$(CONFIG_BLUETOOTH) += bluetooth/