diff options
author | Martin Roth <gaumless@gmail.com> | 2024-01-18 16:06:37 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-24 11:53:58 +0000 |
commit | 0fbd20e58f5e73fb531fbb8dbb6089c607262122 (patch) | |
tree | 616256f0497cca6530e757835eeac1c6d693535d /src/mainboard/google/myst/variants | |
parent | b88d90c5a41d7e596002a398cc36f97e763673a4 (diff) |
mb/google/gale to nyan_blaze: 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: I92f8bd7e1c9fc6e4120fb94c2299a266304e19de
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80107
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/myst/variants')
-rw-r--r-- | src/mainboard/google/myst/variants/baseboard/Makefile.mk (renamed from src/mainboard/google/myst/variants/baseboard/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/mainboard/google/myst/variants/myst/Makefile.mk (renamed from src/mainboard/google/myst/variants/myst/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/mainboard/google/myst/variants/myst/memory/Makefile.mk (renamed from src/mainboard/google/myst/variants/myst/memory/Makefile.inc) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/src/mainboard/google/myst/variants/baseboard/Makefile.inc b/src/mainboard/google/myst/variants/baseboard/Makefile.mk index 10b34e3379..10b34e3379 100644 --- a/src/mainboard/google/myst/variants/baseboard/Makefile.inc +++ b/src/mainboard/google/myst/variants/baseboard/Makefile.mk diff --git a/src/mainboard/google/myst/variants/myst/Makefile.inc b/src/mainboard/google/myst/variants/myst/Makefile.mk index 88e75bde52..88e75bde52 100644 --- a/src/mainboard/google/myst/variants/myst/Makefile.inc +++ b/src/mainboard/google/myst/variants/myst/Makefile.mk diff --git a/src/mainboard/google/myst/variants/myst/memory/Makefile.inc b/src/mainboard/google/myst/variants/myst/memory/Makefile.mk index 80510d7c0c..80510d7c0c 100644 --- a/src/mainboard/google/myst/variants/myst/memory/Makefile.inc +++ b/src/mainboard/google/myst/variants/myst/memory/Makefile.mk |