diff options
author | Martin Roth <gaumless@gmail.com> | 2024-01-18 16:03:13 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-24 10:37:09 +0000 |
commit | c29035c1ea94db63c4687acf8baeac6013c4d500 (patch) | |
tree | 6883737ea2b2dcd02e9ada074dfe853bfaebc9ab /src/mainboard/google/brya/variants/anahera | |
parent | 3d606cffb115bbb541eea1713092e4472a5a6923 (diff) |
mb/google/asurada to cyan: 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: I5855f49984db59d786decad6142e3525b146a573
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80105
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Diffstat (limited to 'src/mainboard/google/brya/variants/anahera')
-rw-r--r-- | src/mainboard/google/brya/variants/anahera/Makefile.mk (renamed from src/mainboard/google/brya/variants/anahera/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/mainboard/google/brya/variants/anahera/memory/Makefile.mk (renamed from src/mainboard/google/brya/variants/anahera/memory/Makefile.inc) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/anahera/Makefile.inc b/src/mainboard/google/brya/variants/anahera/Makefile.mk index c8a67babe4..c8a67babe4 100644 --- a/src/mainboard/google/brya/variants/anahera/Makefile.inc +++ b/src/mainboard/google/brya/variants/anahera/Makefile.mk diff --git a/src/mainboard/google/brya/variants/anahera/memory/Makefile.inc b/src/mainboard/google/brya/variants/anahera/memory/Makefile.mk index 00fd95a032..00fd95a032 100644 --- a/src/mainboard/google/brya/variants/anahera/memory/Makefile.inc +++ b/src/mainboard/google/brya/variants/anahera/memory/Makefile.mk |