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/brox | |
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/brox')
-rw-r--r-- | src/mainboard/google/brox/Makefile.mk (renamed from src/mainboard/google/brox/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/mainboard/google/brox/spd/Makefile.mk (renamed from src/mainboard/google/brox/spd/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/mainboard/google/brox/variants/baseboard/brox/Makefile.mk (renamed from src/mainboard/google/brox/variants/baseboard/brox/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/mainboard/google/brox/variants/brox/Makefile.mk (renamed from src/mainboard/google/brox/variants/brox/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/mainboard/google/brox/variants/brox/memory/Makefile.mk (renamed from src/mainboard/google/brox/variants/brox/memory/Makefile.inc) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/src/mainboard/google/brox/Makefile.inc b/src/mainboard/google/brox/Makefile.mk index 8c7e42d5f7..8c7e42d5f7 100644 --- a/src/mainboard/google/brox/Makefile.inc +++ b/src/mainboard/google/brox/Makefile.mk diff --git a/src/mainboard/google/brox/spd/Makefile.inc b/src/mainboard/google/brox/spd/Makefile.mk index be4d98bd1d..be4d98bd1d 100644 --- a/src/mainboard/google/brox/spd/Makefile.inc +++ b/src/mainboard/google/brox/spd/Makefile.mk diff --git a/src/mainboard/google/brox/variants/baseboard/brox/Makefile.inc b/src/mainboard/google/brox/variants/baseboard/brox/Makefile.mk index 3a6695828f..3a6695828f 100644 --- a/src/mainboard/google/brox/variants/baseboard/brox/Makefile.inc +++ b/src/mainboard/google/brox/variants/baseboard/brox/Makefile.mk diff --git a/src/mainboard/google/brox/variants/brox/Makefile.inc b/src/mainboard/google/brox/variants/brox/Makefile.mk index 4a7ff71e45..4a7ff71e45 100644 --- a/src/mainboard/google/brox/variants/brox/Makefile.inc +++ b/src/mainboard/google/brox/variants/brox/Makefile.mk diff --git a/src/mainboard/google/brox/variants/brox/memory/Makefile.inc b/src/mainboard/google/brox/variants/brox/memory/Makefile.mk index 380edbf60a..380edbf60a 100644 --- a/src/mainboard/google/brox/variants/brox/memory/Makefile.inc +++ b/src/mainboard/google/brox/variants/brox/memory/Makefile.mk |