zephyr/drivers/Makefile
Juan Manuel Cruz f2ae6d5202 Creation of Makefiles for drivers directory.
This commit adds the Makefiles that describe the object-bundles
for the drivers directory and every subdirectory below.

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

6 lines
187 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/