From 0fbd20e58f5e73fb531fbb8dbb6089c607262122 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 18 Jan 2024 16:06:37 -0700 Subject: mb/google/gale to nyan_blaze: 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: I92f8bd7e1c9fc6e4120fb94c2299a266304e19de Reviewed-on: https://review.coreboot.org/c/coreboot/+/80107 Reviewed-by: Felix Singer Reviewed-by: Maximilian Brune Tested-by: build bot (Jenkins) --- src/mainboard/google/geralt/Makefile.inc | 28 ---------------------------- src/mainboard/google/geralt/Makefile.mk | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 src/mainboard/google/geralt/Makefile.inc create mode 100644 src/mainboard/google/geralt/Makefile.mk (limited to 'src/mainboard/google/geralt') diff --git a/src/mainboard/google/geralt/Makefile.inc b/src/mainboard/google/geralt/Makefile.inc deleted file mode 100644 index b1af289d55..0000000000 --- a/src/mainboard/google/geralt/Makefile.inc +++ /dev/null @@ -1,28 +0,0 @@ -## SPDX-License-Identifier: GPL-2.0-only - -bootblock-y += memlayout.ld -bootblock-y += bootblock.c -bootblock-y += chromeos.c -bootblock-$(CONFIG_VBOOT_CBFS_INTEGRATION) += reset.c - -verstage-y += memlayout.ld -verstage-y += chromeos.c -verstage-y += reset.c -verstage-y += verstage.c - -romstage-y += memlayout.ld -romstage-y += chromeos.c -romstage-y += regulator.c -romstage-y += reset.c -romstage-y += romstage.c -romstage-y += sdram_configs.c - -ramstage-y += memlayout.ld -ramstage-y += boardid.c -ramstage-y += chromeos.c -ramstage-y += mainboard.c -ramstage-y += panel.c -ramstage-y += regulator.c -ramstage-y += reset.c -ramstage-$(CONFIG_BOARD_GOOGLE_CIRI) += panel_ciri.c -ramstage-$(CONFIG_BOARD_GOOGLE_GERALT) += panel_geralt.c diff --git a/src/mainboard/google/geralt/Makefile.mk b/src/mainboard/google/geralt/Makefile.mk new file mode 100644 index 0000000000..b1af289d55 --- /dev/null +++ b/src/mainboard/google/geralt/Makefile.mk @@ -0,0 +1,28 @@ +## SPDX-License-Identifier: GPL-2.0-only + +bootblock-y += memlayout.ld +bootblock-y += bootblock.c +bootblock-y += chromeos.c +bootblock-$(CONFIG_VBOOT_CBFS_INTEGRATION) += reset.c + +verstage-y += memlayout.ld +verstage-y += chromeos.c +verstage-y += reset.c +verstage-y += verstage.c + +romstage-y += memlayout.ld +romstage-y += chromeos.c +romstage-y += regulator.c +romstage-y += reset.c +romstage-y += romstage.c +romstage-y += sdram_configs.c + +ramstage-y += memlayout.ld +ramstage-y += boardid.c +ramstage-y += chromeos.c +ramstage-y += mainboard.c +ramstage-y += panel.c +ramstage-y += regulator.c +ramstage-y += reset.c +ramstage-$(CONFIG_BOARD_GOOGLE_CIRI) += panel_ciri.c +ramstage-$(CONFIG_BOARD_GOOGLE_GERALT) += panel_geralt.c -- cgit v1.2.3