aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/nct7802y/Makefile.inc
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-01-18 13:16:21 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-01-24 10:03:54 +0000
commitb72ad6657c7a4a9cddfa0fc1a0e94a939c0caccc (patch)
tree1d7a8e862d6666062eda8131bb8b3481bb81f06a /src/drivers/i2c/nct7802y/Makefile.inc
parent1cad1e502aed3e0e2052a981c5839a878af7a44e (diff)
driver/i2c: Rename Makefiles from .inc to .mk
The .inc suffix is confusing to various tools as it's not specific to Makefiles. This means that editors don't recognize the files, and don't open them with highlighting and any other specific editor functionality. This issue is also seen in the release notes generation script where Makefiles get renamed before running cloc. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I358b878b97adfd9be156a5dd4a9cbaf9e81bca1a Reviewed-on: https://review.coreboot.org/c/coreboot/+/80078 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Diffstat (limited to 'src/drivers/i2c/nct7802y/Makefile.inc')
-rw-r--r--src/drivers/i2c/nct7802y/Makefile.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/drivers/i2c/nct7802y/Makefile.inc b/src/drivers/i2c/nct7802y/Makefile.inc
deleted file mode 100644
index bb91e5027e..0000000000
--- a/src/drivers/i2c/nct7802y/Makefile.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-## SPDX-License-Identifier: GPL-2.0-only
-
-ramstage-$(CONFIG_DRIVERS_I2C_NCT7802Y) += nct7802y.c
-ramstage-$(CONFIG_DRIVERS_I2C_NCT7802Y) += nct7802y_fan.c
-ramstage-$(CONFIG_DRIVERS_I2C_NCT7802Y) += nct7802y_peci.c