From c29035c1ea94db63c4687acf8baeac6013c4d500 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 18 Jan 2024 16:03:13 -0700 Subject: mb/google/asurada to cyan: 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: I5855f49984db59d786decad6142e3525b146a573 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80105 Reviewed-by: Eric Lai Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) Reviewed-by: Maximilian Brune --- src/mainboard/google/brya/variants/redrix4es/Makefile.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/mainboard/google/brya/variants/redrix4es/Makefile.mk (limited to 'src/mainboard/google/brya/variants/redrix4es/Makefile.mk') diff --git a/src/mainboard/google/brya/variants/redrix4es/Makefile.mk b/src/mainboard/google/brya/variants/redrix4es/Makefile.mk new file mode 100644 index 0000000000..446d113a80 --- /dev/null +++ b/src/mainboard/google/brya/variants/redrix4es/Makefile.mk @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0-only +bootblock-y += gpio.c + +romstage-y += gpio.c + +ramstage-y += gpio.c + +ramstage-$(CONFIG_FW_CONFIG) += fw_config.c + +ramstage-y += variant.c -- cgit v1.2.3