From 6d8939924ed2a0725722d021c5e42a088bcbc0a1 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Mon, 19 Feb 2024 11:57:10 -0500 Subject: [PATCH] patches/coreboot-4.22.01/0001-x230-fhd-variant.patch: adapt patch for Makefile.inc (Makefile.mk doesn't exist under 4.22) Signed-off-by: Thierry Laurion --- patches/coreboot-4.22.01/0001-x230-fhd-variant.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/coreboot-4.22.01/0001-x230-fhd-variant.patch b/patches/coreboot-4.22.01/0001-x230-fhd-variant.patch index e90ec541..7f08287e 100644 --- a/patches/coreboot-4.22.01/0001-x230-fhd-variant.patch +++ b/patches/coreboot-4.22.01/0001-x230-fhd-variant.patch @@ -118,8 +118,8 @@ index 1a014368795..e7290a12dd9 100644 + bool "ThinkPad X230 eDP Mod (2K/FHD)" diff --git a/src/mainboard/lenovo/x230/Makefile.mk b/src/mainboard/lenovo/x230/Makefile.mk index 8e801f145dd..6e6f9f90b9f 100644 ---- a/src/mainboard/lenovo/x230/Makefile.mk -+++ b/src/mainboard/lenovo/x230/Makefile.mk +--- a/src/mainboard/lenovo/x230/Makefile.inc ++++ b/src/mainboard/lenovo/x230/Makefile.inc @@ -5,4 +5,9 @@ bootblock-y += variants/$(VARIANT_DIR)/gpio.c romstage-y += variants/$(VARIANT_DIR)/early_init.c romstage-y += variants/$(VARIANT_DIR)/gpio.c