diff options
author | Martin Roth <gaumless@gmail.com> | 2024-01-18 16:09:11 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-24 11:54:06 +0000 |
commit | 03d509ff0065f8a6289d614f5b8189f008dbc206 (patch) | |
tree | b90318c4d5d021a904db9cebf9ef735e40f68527 /src/mainboard/google/parrot | |
parent | 0fbd20e58f5e73fb531fbb8dbb6089c607262122 (diff) |
mb/google/oak to rex: 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: I85cda24aa7dec82d23e8a321dac03ec737f4c503
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80108
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/parrot')
-rw-r--r-- | src/mainboard/google/parrot/Makefile.mk (renamed from src/mainboard/google/parrot/Makefile.inc) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/mainboard/google/parrot/Makefile.inc b/src/mainboard/google/parrot/Makefile.mk index f2166e11e7..f2166e11e7 100644 --- a/src/mainboard/google/parrot/Makefile.inc +++ b/src/mainboard/google/parrot/Makefile.mk |