Handle drivers/ equally to any other sub directory.
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6503 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
8345a194ba
commit
d85400d805
2
src/drivers/generic/Kconfig
Normal file
2
src/drivers/generic/Kconfig
Normal file
@@ -0,0 +1,2 @@
|
||||
source src/drivers/generic/debug/Kconfig
|
||||
|
1
src/drivers/generic/Makefile.inc
Normal file
1
src/drivers/generic/Makefile.inc
Normal file
@@ -0,0 +1 @@
|
||||
subdirs-y += debug
|
2
src/drivers/generic/debug/Kconfig
Normal file
2
src/drivers/generic/debug/Kconfig
Normal file
@@ -0,0 +1,2 @@
|
||||
config DRIVERS_GENERIC_DEBUG
|
||||
bool
|
Reference in New Issue
Block a user