diff options
author | Martin Roth <gaumless@gmail.com> | 2024-01-18 16:11:39 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-24 11:54:31 +0000 |
commit | 403d4a984d33aafc8c7beb97f0c039e3e4d79726 (patch) | |
tree | 0e8bd42dd02a00d7015821e6b5a9fc274dd52f59 /src/mainboard/ibase | |
parent | 5d6d8008403d09a97188e345307c6b6d652c2576 (diff) |
mb/hp to mb/kontron: 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: Icfdadfa6705a64655b38aca25be0818ec26429f9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80110
Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/ibase')
-rw-r--r-- | src/mainboard/ibase/mb899/Makefile.mk (renamed from src/mainboard/ibase/mb899/Makefile.inc) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/mainboard/ibase/mb899/Makefile.inc b/src/mainboard/ibase/mb899/Makefile.mk index ad8a084da8..ad8a084da8 100644 --- a/src/mainboard/ibase/mb899/Makefile.inc +++ b/src/mainboard/ibase/mb899/Makefile.mk |