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