diff options
author | Martin Roth <gaumless@gmail.com> | 2024-01-18 18:46:58 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-26 12:43:18 +0000 |
commit | 1f30b244b296a131f4eaf95962bab048f8b3d481 (patch) | |
tree | 390c0dd1e31cd11ce4f2b664445f445d1f1f8996 /util/marvell | |
parent | ba3a71966876aad1c720d7c385dd4058f844f5e8 (diff) |
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/marvell')
-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 |
2 files changed, 0 insertions, 0 deletions
diff --git a/util/marvell/Makefile.inc b/util/marvell/Makefile.mk index d58c9d83ba..d58c9d83ba 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 3f4f528abd..3f4f528abd 100644 --- a/util/marvell/doimage_mv/Makefile.inc +++ b/util/marvell/doimage_mv/Makefile.mk |