From 91aa3d88f3ffbc1734a716bfcbd9ced1e13cf29f Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 18 Jan 2024 18:48:38 -0700 Subject: util/mb: Update variant template 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 Change-Id: I2a6a4d1eb7e0d0cd32c8690caf3eff340cdb0d8c Reviewed-on: https://review.coreboot.org/c/coreboot/+/80124 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- util/mainboard/google/volteer/template/memory/Makefile.inc | 5 ----- util/mainboard/google/volteer/template/memory/Makefile.mk | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 util/mainboard/google/volteer/template/memory/Makefile.inc create mode 100644 util/mainboard/google/volteer/template/memory/Makefile.mk (limited to 'util/mainboard/google/volteer') diff --git a/util/mainboard/google/volteer/template/memory/Makefile.inc b/util/mainboard/google/volteer/template/memory/Makefile.inc deleted file mode 100644 index eace2e443e..0000000000 --- a/util/mainboard/google/volteer/template/memory/Makefile.inc +++ /dev/null @@ -1,5 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-or-later -# This is an auto-generated file. Do not edit!! -# Add memory parts in mem_parts_used.txt and run spd_tools to regenerate. - -SPD_SOURCES = placeholder diff --git a/util/mainboard/google/volteer/template/memory/Makefile.mk b/util/mainboard/google/volteer/template/memory/Makefile.mk new file mode 100644 index 0000000000..eace2e443e --- /dev/null +++ b/util/mainboard/google/volteer/template/memory/Makefile.mk @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# This is an auto-generated file. Do not edit!! +# Add memory parts in mem_parts_used.txt and run spd_tools to regenerate. + +SPD_SOURCES = placeholder -- cgit v1.2.3