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
This commit is contained in:
Juan Manuel Cruz 2015-03-09 17:11:37 -06:00 committed by Anas Nashif
commit f2ae6d5202
7 changed files with 57 additions and 0 deletions

5
drivers/Makefile Normal file
View file

@ -0,0 +1,5 @@
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/