From 03d509ff0065f8a6289d614f5b8189f008dbc206 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 18 Jan 2024 16:09:11 -0700 Subject: 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 Change-Id: I85cda24aa7dec82d23e8a321dac03ec737f4c503 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80108 Reviewed-by: Felix Singer Reviewed-by: Maximilian Brune Tested-by: build bot (Jenkins) --- src/mainboard/google/peach_pit/Makefile.inc | 11 ----------- src/mainboard/google/peach_pit/Makefile.mk | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 src/mainboard/google/peach_pit/Makefile.inc create mode 100644 src/mainboard/google/peach_pit/Makefile.mk (limited to 'src/mainboard/google/peach_pit') diff --git a/src/mainboard/google/peach_pit/Makefile.inc b/src/mainboard/google/peach_pit/Makefile.inc deleted file mode 100644 index 4f5f87be89..0000000000 --- a/src/mainboard/google/peach_pit/Makefile.inc +++ /dev/null @@ -1,11 +0,0 @@ -## SPDX-License-Identifier: GPL-2.0-only - -bootblock-y += wakeup.c - -romstage-y += memory.c -romstage-y += romstage.c -romstage-y += wakeup.c -romstage-y += chromeos.c - -ramstage-y += mainboard.c -ramstage-y += chromeos.c diff --git a/src/mainboard/google/peach_pit/Makefile.mk b/src/mainboard/google/peach_pit/Makefile.mk new file mode 100644 index 0000000000..4f5f87be89 --- /dev/null +++ b/src/mainboard/google/peach_pit/Makefile.mk @@ -0,0 +1,11 @@ +## SPDX-License-Identifier: GPL-2.0-only + +bootblock-y += wakeup.c + +romstage-y += memory.c +romstage-y += romstage.c +romstage-y += wakeup.c +romstage-y += chromeos.c + +ramstage-y += mainboard.c +ramstage-y += chromeos.c -- cgit v1.2.3