diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-04-15 03:30:03 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2011-04-15 03:30:03 +0000 |
commit | d85400d80548d8db8dd604d959fe858d33ca39be (patch) | |
tree | f744290d31031964749ae26a2968136f5dfc72f6 /src/drivers/i2c/adt7463 | |
parent | 8345a194ba30051d640c6d0340379b15696ea1a0 (diff) |
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
Diffstat (limited to 'src/drivers/i2c/adt7463')
-rw-r--r-- | src/drivers/i2c/adt7463/Kconfig | 2 | ||||
-rw-r--r-- | src/drivers/i2c/adt7463/Makefile.inc | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/i2c/adt7463/Kconfig b/src/drivers/i2c/adt7463/Kconfig new file mode 100644 index 0000000000..b9423417ed --- /dev/null +++ b/src/drivers/i2c/adt7463/Kconfig @@ -0,0 +1,2 @@ +config DRIVERS_I2C_ADT7463 + bool diff --git a/src/drivers/i2c/adt7463/Makefile.inc b/src/drivers/i2c/adt7463/Makefile.inc new file mode 100644 index 0000000000..4a6dc0dab1 --- /dev/null +++ b/src/drivers/i2c/adt7463/Makefile.inc @@ -0,0 +1 @@ +driver-$(CONFIG_DRIVERS_I2C_ADT7463) += adt7463.c |