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:
parent
1c233a0377
commit
f2ae6d5202
7 changed files with 57 additions and 0 deletions
5
drivers/Makefile
Normal file
5
drivers/Makefile
Normal 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/
|
Loading…
Add table
Add a link
Reference in a new issue