From a71b6b3b4cc9e511dd503bded0e8efea68581066 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Fri, 5 Oct 2018 15:21:52 +0200 Subject: mb/*/*/Makefile.inc: Remove acpi_tables.c from Makefiles It always included if ACPI is supported since commit 822bc65 with Change-Id I372dbd03101030c904dab153552a1291f3b63518 ("ACPI: Remove CONFIG_GENERATE_ACPI_TABLES"). Change-Id: If17a6f43e368ccf850031b349714fa1ec4d02c1d Signed-off-by: Peter Lemenkov Reviewed-on: https://review.coreboot.org/28954 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: Paul Menzel Reviewed-by: Angel Pons --- src/mainboard/lenovo/l520/Makefile.inc | 1 - src/mainboard/lenovo/t430/Makefile.inc | 1 - 2 files changed, 2 deletions(-) (limited to 'src/mainboard/lenovo') diff --git a/src/mainboard/lenovo/l520/Makefile.inc b/src/mainboard/lenovo/l520/Makefile.inc index 892c81529c..5331f255c9 100644 --- a/src/mainboard/lenovo/l520/Makefile.inc +++ b/src/mainboard/lenovo/l520/Makefile.inc @@ -15,5 +15,4 @@ romstage-y += romstage.c romstage-y += gpio.c -ramstage-y += acpi_tables.c smm-y += smihandler.c diff --git a/src/mainboard/lenovo/t430/Makefile.inc b/src/mainboard/lenovo/t430/Makefile.inc index 794b5cde2d..558ab0a966 100644 --- a/src/mainboard/lenovo/t430/Makefile.inc +++ b/src/mainboard/lenovo/t430/Makefile.inc @@ -1,6 +1,5 @@ romstage-y += romstage.c romstage-y += gpio.c -ramstage-y += acpi_tables.c smm-y += smihandler.c ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads -- cgit v1.2.3