summaryrefslogtreecommitdiff
path: root/src/soc/qualcomm
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-01-18 12:38:34 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-01-24 10:02:41 +0000
commitd0037efda9e9ce855279d21b891d29edbfb664fb (patch)
tree44357607200028db703837b21ed814525ae1b213 /src/soc/qualcomm
parentea198585628ea58a90d85957b7b87b8fd46b0176 (diff)
soc/*: 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: I6f502b97864fd7782e514ee2daa902d2081633a2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80074 Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/soc/qualcomm')
-rw-r--r--src/soc/qualcomm/ipq40xx/Makefile.mk (renamed from src/soc/qualcomm/ipq40xx/Makefile.inc)0
-rw-r--r--src/soc/qualcomm/ipq806x/Makefile.mk (renamed from src/soc/qualcomm/ipq806x/Makefile.inc)0
-rw-r--r--src/soc/qualcomm/qcs405/Makefile.mk (renamed from src/soc/qualcomm/qcs405/Makefile.inc)0
-rw-r--r--src/soc/qualcomm/sc7180/Makefile.mk (renamed from src/soc/qualcomm/sc7180/Makefile.inc)0
-rw-r--r--src/soc/qualcomm/sc7280/Makefile.mk (renamed from src/soc/qualcomm/sc7280/Makefile.inc)0
5 files changed, 0 insertions, 0 deletions
diff --git a/src/soc/qualcomm/ipq40xx/Makefile.inc b/src/soc/qualcomm/ipq40xx/Makefile.mk
index bd61a62a45..bd61a62a45 100644
--- a/src/soc/qualcomm/ipq40xx/Makefile.inc
+++ b/src/soc/qualcomm/ipq40xx/Makefile.mk
diff --git a/src/soc/qualcomm/ipq806x/Makefile.inc b/src/soc/qualcomm/ipq806x/Makefile.mk
index c01486d3a8..c01486d3a8 100644
--- a/src/soc/qualcomm/ipq806x/Makefile.inc
+++ b/src/soc/qualcomm/ipq806x/Makefile.mk
diff --git a/src/soc/qualcomm/qcs405/Makefile.inc b/src/soc/qualcomm/qcs405/Makefile.mk
index 5512af5650..5512af5650 100644
--- a/src/soc/qualcomm/qcs405/Makefile.inc
+++ b/src/soc/qualcomm/qcs405/Makefile.mk
diff --git a/src/soc/qualcomm/sc7180/Makefile.inc b/src/soc/qualcomm/sc7180/Makefile.mk
index ead5720278..ead5720278 100644
--- a/src/soc/qualcomm/sc7180/Makefile.inc
+++ b/src/soc/qualcomm/sc7180/Makefile.mk
diff --git a/src/soc/qualcomm/sc7280/Makefile.inc b/src/soc/qualcomm/sc7280/Makefile.mk
index ae23f45ede..ae23f45ede 100644
--- a/src/soc/qualcomm/sc7280/Makefile.inc
+++ b/src/soc/qualcomm/sc7280/Makefile.mk