From 403d4a984d33aafc8c7beb97f0c039e3e4d79726 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 18 Jan 2024 16:11:39 -0700 Subject: 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 Change-Id: Icfdadfa6705a64655b38aca25be0818ec26429f9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80110 Reviewed-by: Maximilian Brune Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- src/mainboard/intel/elkhartlake_crb/spd/Makefile.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/mainboard/intel/elkhartlake_crb/spd/Makefile.mk (limited to 'src/mainboard/intel/elkhartlake_crb/spd/Makefile.mk') diff --git a/src/mainboard/intel/elkhartlake_crb/spd/Makefile.mk b/src/mainboard/intel/elkhartlake_crb/spd/Makefile.mk new file mode 100644 index 0000000000..70494b5651 --- /dev/null +++ b/src/mainboard/intel/elkhartlake_crb/spd/Makefile.mk @@ -0,0 +1,3 @@ +## SPDX-License-Identifier: GPL-2.0-only + +SPD_SOURCES = ehlcrb # 0b000 -- cgit v1.2.3