summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-01-18 18:46:58 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-01-26 12:43:18 +0000
commit1f30b244b296a131f4eaf95962bab048f8b3d481 (patch)
tree390c0dd1e31cd11ce4f2b664445f445d1f1f8996 /util
parentba3a71966876aad1c720d7c385dd4058f844f5e8 (diff)
downloadcoreboot-1f30b244b296a131f4eaf95962bab048f8b3d481.tar.gz
coreboot-1f30b244b296a131f4eaf95962bab048f8b3d481.tar.bz2
coreboot-1f30b244b296a131f4eaf95962bab048f8b3d481.zip
util: 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: I434940ebb46853980596f7ad55d27a62c90280fa Reviewed-on: https://review.coreboot.org/c/coreboot/+/80123 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'util')
-rw-r--r--util/amdfwtool/Makefile.mk (renamed from util/amdfwtool/Makefile.inc)0
-rw-r--r--util/bincfg/Makefile.mk (renamed from util/bincfg/Makefile.inc)0
-rw-r--r--util/cbfstool/Makefile2
-rw-r--r--util/cbfstool/Makefile.mk (renamed from util/cbfstool/Makefile.inc)4
-rw-r--r--util/cbfstool/bpdt_formats/Makefile.mk (renamed from util/cbfstool/bpdt_formats/Makefile.inc)0
-rw-r--r--util/cbfstool/fpt_formats/Makefile.mk (renamed from util/cbfstool/fpt_formats/Makefile.inc)0
-rw-r--r--util/crossgcc/Makefile.mk (renamed from util/crossgcc/Makefile.inc)0
-rw-r--r--util/futility/Makefile2
-rw-r--r--util/futility/Makefile.mk (renamed from util/futility/Makefile.inc)0
-rw-r--r--util/ifdtool/Makefile2
-rw-r--r--util/ifdtool/Makefile.mk (renamed from util/ifdtool/Makefile.inc)0
-rw-r--r--util/marvell/Makefile.mk (renamed from util/marvell/Makefile.inc)0
-rw-r--r--util/marvell/doimage_mv/Makefile.mk (renamed from util/marvell/doimage_mv/Makefile.inc)0
-rw-r--r--util/nvidia/Makefile.mk (renamed from util/nvidia/Makefile.inc)0
-rw-r--r--util/nvramtool/Makefile.mk (renamed from util/nvramtool/Makefile.inc)0
-rw-r--r--util/qemu/Makefile.mk (renamed from util/qemu/Makefile.inc)4
-rw-r--r--util/sconfig/Makefile.mk (renamed from util/sconfig/Makefile.inc)0
-rw-r--r--util/supermicro/Makefile.mk (renamed from util/supermicro/Makefile.inc)0
18 files changed, 7 insertions, 7 deletions
diff --git a/util/amdfwtool/Makefile.inc b/util/amdfwtool/Makefile.mk
index 6a83cb926552..6a83cb926552 100644
--- a/util/amdfwtool/Makefile.inc
+++ b/util/amdfwtool/Makefile.mk
diff --git a/util/bincfg/Makefile.inc b/util/bincfg/Makefile.mk
index 0f5f442fd1a1..0f5f442fd1a1 100644
--- a/util/bincfg/Makefile.inc
+++ b/util/bincfg/Makefile.mk
diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile
index 034aca26a6be..8dde77ba52a7 100644
--- a/util/cbfstool/Makefile
+++ b/util/cbfstool/Makefile
@@ -91,7 +91,7 @@ ifneq ($(V),1)
.SILENT:
endif
-include Makefile.inc
+include Makefile.mk
$(objutil)/cbfstool/cbfstool.o: $(VBOOT_SOURCE)/firmware/include/vb2_sha.h
$(objutil)/cbfstool/elogtool.o: $(VBOOT_SOURCE)/firmware/include/vb2_sha.h
diff --git a/util/cbfstool/Makefile.inc b/util/cbfstool/Makefile.mk
index 80aab6720d57..8577874044e2 100644
--- a/util/cbfstool/Makefile.inc
+++ b/util/cbfstool/Makefile.mk
@@ -98,14 +98,14 @@ elogobj += elog.o
elogobj += common.o
elogobj += flashrom.o
-include $(top)/util/cbfstool/fpt_formats/Makefile.inc
+include $(top)/util/cbfstool/fpt_formats/Makefile.mk
cse_fpt_obj :=
cse_fpt_obj += cse_fpt.o
cse_fpt_obj += common.o
cse_fpt_obj += cse_helpers.o
cse_fpt_obj += $(foreach var, $(fpt_formats_obj), $(var))
-include $(top)/util/cbfstool/bpdt_formats/Makefile.inc
+include $(top)/util/cbfstool/bpdt_formats/Makefile.mk
cse_serger_obj :=
cse_serger_obj += cse_serger.o
cse_serger_obj += common.o
diff --git a/util/cbfstool/bpdt_formats/Makefile.inc b/util/cbfstool/bpdt_formats/Makefile.mk
index a3be46be5d04..a3be46be5d04 100644
--- a/util/cbfstool/bpdt_formats/Makefile.inc
+++ b/util/cbfstool/bpdt_formats/Makefile.mk
diff --git a/util/cbfstool/fpt_formats/Makefile.inc b/util/cbfstool/fpt_formats/Makefile.mk
index 11cb30d274fa..11cb30d274fa 100644
--- a/util/cbfstool/fpt_formats/Makefile.inc
+++ b/util/cbfstool/fpt_formats/Makefile.mk
diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.mk
index 8a4f3c53a2d2..8a4f3c53a2d2 100644
--- a/util/crossgcc/Makefile.inc
+++ b/util/crossgcc/Makefile.mk
diff --git a/util/futility/Makefile b/util/futility/Makefile
index 6901948fa0bb..14d5f8204c19 100644
--- a/util/futility/Makefile
+++ b/util/futility/Makefile
@@ -23,4 +23,4 @@ ifneq ($(Q),)
endif
endif
-include Makefile.inc
+include Makefile.mk
diff --git a/util/futility/Makefile.inc b/util/futility/Makefile.mk
index a7bcee50d38e..a7bcee50d38e 100644
--- a/util/futility/Makefile.inc
+++ b/util/futility/Makefile.mk
diff --git a/util/ifdtool/Makefile b/util/ifdtool/Makefile
index c0210693d88c..72a4dabe5c13 100644
--- a/util/ifdtool/Makefile
+++ b/util/ifdtool/Makefile
@@ -10,7 +10,7 @@ HOSTCC ?= $(CC)
HOSTCFLAGS ?= $(CFLAGS)
top := ../..
objutil := ..
-include Makefile.inc
+include Makefile.mk
PROGRAM=$(objutil)/ifdtool/ifdtool
diff --git a/util/ifdtool/Makefile.inc b/util/ifdtool/Makefile.mk
index 2b97bf51c809..2b97bf51c809 100644
--- a/util/ifdtool/Makefile.inc
+++ b/util/ifdtool/Makefile.mk
diff --git a/util/marvell/Makefile.inc b/util/marvell/Makefile.mk
index d58c9d83baf8..d58c9d83baf8 100644
--- a/util/marvell/Makefile.inc
+++ b/util/marvell/Makefile.mk
diff --git a/util/marvell/doimage_mv/Makefile.inc b/util/marvell/doimage_mv/Makefile.mk
index 3f4f528abdf5..3f4f528abdf5 100644
--- a/util/marvell/doimage_mv/Makefile.inc
+++ b/util/marvell/doimage_mv/Makefile.mk
diff --git a/util/nvidia/Makefile.inc b/util/nvidia/Makefile.mk
index 04199d062e74..04199d062e74 100644
--- a/util/nvidia/Makefile.inc
+++ b/util/nvidia/Makefile.mk
diff --git a/util/nvramtool/Makefile.inc b/util/nvramtool/Makefile.mk
index 00e5efa99586..00e5efa99586 100644
--- a/util/nvramtool/Makefile.inc
+++ b/util/nvramtool/Makefile.mk
diff --git a/util/qemu/Makefile.inc b/util/qemu/Makefile.mk
index e1181ade73c3..077fde772d16 100644
--- a/util/qemu/Makefile.inc
+++ b/util/qemu/Makefile.mk
@@ -2,10 +2,10 @@
# This automatically adds a `qemu` make target if a compatible
# configuration is selected. There are some notable variables
-# that can be set or adapted in `Makefile.inc` files, the make
+# that can be set or adapted in `Makefile.mk` files, the make
# command line or the environment:
#
-# Primarily for `Makefile.inc` use:
+# Primarily for `Makefile.mk` use:
# QEMU-y the QEMU executable
# QEMU_CFG-y a QEMU config that sets the available default devices,
# used to run more comprehensive tests by default,
diff --git a/util/sconfig/Makefile.inc b/util/sconfig/Makefile.mk
index c3da29d1998e..c3da29d1998e 100644
--- a/util/sconfig/Makefile.inc
+++ b/util/sconfig/Makefile.mk
diff --git a/util/supermicro/Makefile.inc b/util/supermicro/Makefile.mk
index 7d295a0205d9..7d295a0205d9 100644
--- a/util/supermicro/Makefile.inc
+++ b/util/supermicro/Makefile.mk