diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-08 00:57:43 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-09 23:54:43 +0000 |
commit | e70d1d4b588d9b483fec9f9a85c33d367fed4e78 (patch) | |
tree | 9ec13844b8113d5555a3a11a0e80482dae1c2be9 /src/drivers/i2c/adt7463/Makefile.inc | |
parent | 0ac24fc4056bf918a8a9cbd8d8ebe7d3efb3c660 (diff) |
drivers/i2c/adt7463: Drop dead code
Nothing selects this driver. Drop it before it grows moss.
Change-Id: I9311dd07b8259384badec65da649fa0cf2da1e01
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43267
Reviewed-by: Michael Niewöhner
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/i2c/adt7463/Makefile.inc')
-rw-r--r-- | src/drivers/i2c/adt7463/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/i2c/adt7463/Makefile.inc b/src/drivers/i2c/adt7463/Makefile.inc deleted file mode 100644 index d75981bc5c..0000000000 --- a/src/drivers/i2c/adt7463/Makefile.inc +++ /dev/null @@ -1 +0,0 @@ -ramstage-$(CONFIG_DRIVERS_I2C_ADT7463) += adt7463.c |