summaryrefslogtreecommitdiffstats
path: root/src/superio/smsc/lpc47n217/Makefile.inc
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-01-18 13:06:28 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-01-24 10:03:21 +0000
commitff96f4e77edf2090b9bd4e52ea456029573e624d (patch)
treef2e46ee591c087a7f9aed69b63623f6e5b6768bb /src/superio/smsc/lpc47n217/Makefile.inc
parent8b122600c4689e05b5fb94c7559a734596f54fdd (diff)
downloadcoreboot-ff96f4e77edf2090b9bd4e52ea456029573e624d.tar.gz
coreboot-ff96f4e77edf2090b9bd4e52ea456029573e624d.tar.bz2
coreboot-ff96f4e77edf2090b9bd4e52ea456029573e624d.zip
superio: 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: I41191f6971bdd8ecff2c56f4bfa2b57c87530b83 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80076 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/superio/smsc/lpc47n217/Makefile.inc')
-rw-r--r--src/superio/smsc/lpc47n217/Makefile.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/superio/smsc/lpc47n217/Makefile.inc b/src/superio/smsc/lpc47n217/Makefile.inc
deleted file mode 100644
index a40ca668053a..000000000000
--- a/src/superio/smsc/lpc47n217/Makefile.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0-or-later
-
-bootblock-$(CONFIG_SUPERIO_SMSC_LPC47N217) += early_serial.c
-romstage-$(CONFIG_SUPERIO_SMSC_LPC47N217) += early_serial.c
-ramstage-$(CONFIG_SUPERIO_SMSC_LPC47N217) += superio.c