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/i2c/adt7463/Kconfig
Normal file
2
src/drivers/i2c/adt7463/Kconfig
Normal file
@@ -0,0 +1,2 @@
|
||||
config DRIVERS_I2C_ADT7463
|
||||
bool
|
1
src/drivers/i2c/adt7463/Makefile.inc
Normal file
1
src/drivers/i2c/adt7463/Makefile.inc
Normal file
@@ -0,0 +1 @@
|
||||
driver-$(CONFIG_DRIVERS_I2C_ADT7463) += adt7463.c
|
Reference in New Issue
Block a user