diff options
author | Martin Roth <gaumless@gmail.com> | 2024-01-18 18:48:38 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-26 12:43:28 +0000 |
commit | 91aa3d88f3ffbc1734a716bfcbd9ced1e13cf29f (patch) | |
tree | e721b6cd154d8dd92883e98e356cbe8b8d352367 /util/mainboard/google/trembyle | |
parent | 1f30b244b296a131f4eaf95962bab048f8b3d481 (diff) |
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 <gaumless@gmail.com>
Change-Id: I2a6a4d1eb7e0d0cd32c8690caf3eff340cdb0d8c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80124
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'util/mainboard/google/trembyle')
-rw-r--r-- | util/mainboard/google/trembyle/template/Makefile.mk (renamed from util/mainboard/google/trembyle/template/Makefile.inc) | 0 | ||||
-rw-r--r-- | util/mainboard/google/trembyle/template/spd/Makefile.mk (renamed from util/mainboard/google/trembyle/template/spd/Makefile.inc) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/util/mainboard/google/trembyle/template/Makefile.inc b/util/mainboard/google/trembyle/template/Makefile.mk index 295acd25c9..295acd25c9 100644 --- a/util/mainboard/google/trembyle/template/Makefile.inc +++ b/util/mainboard/google/trembyle/template/Makefile.mk diff --git a/util/mainboard/google/trembyle/template/spd/Makefile.inc b/util/mainboard/google/trembyle/template/spd/Makefile.mk index eace2e443e..eace2e443e 100644 --- a/util/mainboard/google/trembyle/template/spd/Makefile.inc +++ b/util/mainboard/google/trembyle/template/spd/Makefile.mk |