diff options
author | Martin Roth <gaumless@gmail.com> | 2024-01-18 10:50:40 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-24 09:10:04 +0000 |
commit | 8b1aa3887665f4394f27283646c63a8cb437f137 (patch) | |
tree | 236eeb621635a3976b7619d3d454c3a47fc7b91b /src/northbridge/intel/haswell | |
parent | 8c99ebc97ae55d90400d96f26c31bbb221ca8f74 (diff) |
northbridge: 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: Iddac15cc42532f44dda44032be0f8525f6347abd
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80070
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Diffstat (limited to 'src/northbridge/intel/haswell')
-rw-r--r-- | src/northbridge/intel/haswell/Makefile.mk (renamed from src/northbridge/intel/haswell/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/northbridge/intel/haswell/broadwell_mrc/Makefile.mk (renamed from src/northbridge/intel/haswell/broadwell_mrc/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/northbridge/intel/haswell/haswell_mrc/Makefile.mk (renamed from src/northbridge/intel/haswell/haswell_mrc/Makefile.inc) | 0 | ||||
-rw-r--r-- | src/northbridge/intel/haswell/native_raminit/Makefile.mk (renamed from src/northbridge/intel/haswell/native_raminit/Makefile.inc) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/src/northbridge/intel/haswell/Makefile.inc b/src/northbridge/intel/haswell/Makefile.mk index 8da72dcb1d..8da72dcb1d 100644 --- a/src/northbridge/intel/haswell/Makefile.inc +++ b/src/northbridge/intel/haswell/Makefile.mk diff --git a/src/northbridge/intel/haswell/broadwell_mrc/Makefile.inc b/src/northbridge/intel/haswell/broadwell_mrc/Makefile.mk index bd6314cc01..bd6314cc01 100644 --- a/src/northbridge/intel/haswell/broadwell_mrc/Makefile.inc +++ b/src/northbridge/intel/haswell/broadwell_mrc/Makefile.mk diff --git a/src/northbridge/intel/haswell/haswell_mrc/Makefile.inc b/src/northbridge/intel/haswell/haswell_mrc/Makefile.mk index bd6314cc01..bd6314cc01 100644 --- a/src/northbridge/intel/haswell/haswell_mrc/Makefile.inc +++ b/src/northbridge/intel/haswell/haswell_mrc/Makefile.mk diff --git a/src/northbridge/intel/haswell/native_raminit/Makefile.inc b/src/northbridge/intel/haswell/native_raminit/Makefile.mk index ebf7abc6ec..ebf7abc6ec 100644 --- a/src/northbridge/intel/haswell/native_raminit/Makefile.inc +++ b/src/northbridge/intel/haswell/native_raminit/Makefile.mk |