summaryrefslogtreecommitdiffstats
path: root/src/arch/arm
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-01-18 10:38:15 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-01-24 08:32:11 +0000
commit94de3255e5b828a855bbeb93eb46042c95e234e6 (patch)
treebf05327ffde5ef655cbb01906768f86b64b9c9e9 /src/arch/arm
parente3df18451c518c0019f35b9b4d5d06ff6bd3d5f2 (diff)
downloadcoreboot-94de3255e5b828a855bbeb93eb46042c95e234e6.tar.gz
coreboot-94de3255e5b828a855bbeb93eb46042c95e234e6.tar.bz2
coreboot-94de3255e5b828a855bbeb93eb46042c95e234e6.zip
acpi,arch,commonlib: 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: Ice5dadd3eaadfa9962225520a3a75b05b44518ca Reviewed-on: https://review.coreboot.org/c/coreboot/+/80066 Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/arch/arm')
-rw-r--r--src/arch/arm/Makefile.mk (renamed from src/arch/arm/Makefile.inc)0
-rw-r--r--src/arch/arm/armv4/Makefile.mk (renamed from src/arch/arm/armv4/Makefile.inc)0
-rw-r--r--src/arch/arm/armv7/Makefile.mk (renamed from src/arch/arm/armv7/Makefile.inc)0
-rw-r--r--src/arch/arm/libgcc/Makefile.mk (renamed from src/arch/arm/libgcc/Makefile.inc)0
4 files changed, 0 insertions, 0 deletions
diff --git a/src/arch/arm/Makefile.inc b/src/arch/arm/Makefile.mk
index b18b137252d3..b18b137252d3 100644
--- a/src/arch/arm/Makefile.inc
+++ b/src/arch/arm/Makefile.mk
diff --git a/src/arch/arm/armv4/Makefile.inc b/src/arch/arm/armv4/Makefile.mk
index f4ccaf3f9129..f4ccaf3f9129 100644
--- a/src/arch/arm/armv4/Makefile.inc
+++ b/src/arch/arm/armv4/Makefile.mk
diff --git a/src/arch/arm/armv7/Makefile.inc b/src/arch/arm/armv7/Makefile.mk
index 53261eee9485..53261eee9485 100644
--- a/src/arch/arm/armv7/Makefile.inc
+++ b/src/arch/arm/armv7/Makefile.mk
diff --git a/src/arch/arm/libgcc/Makefile.inc b/src/arch/arm/libgcc/Makefile.mk
index c6ca45e24c28..c6ca45e24c28 100644
--- a/src/arch/arm/libgcc/Makefile.inc
+++ b/src/arch/arm/libgcc/Makefile.mk