From cfc3c358b2686bebd936219c5fb3642b834780b2 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 31 May 2020 01:58:41 +0300 Subject: ACPI: Remove Kconfig COMMON_FADT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also remove default mb/*/fadt.c from Makefiles. Change-Id: I6a2839c524f8311ec9a382a84066afc7d579eaca Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/41948 Reviewed-by: HAOUAS Elyes Tested-by: build bot (Jenkins) --- src/acpi/Makefile.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/acpi/Makefile.inc') diff --git a/src/acpi/Makefile.inc b/src/acpi/Makefile.inc index ffffb860c6..7e37e1a871 100644 --- a/src/acpi/Makefile.inc +++ b/src/acpi/Makefile.inc @@ -16,8 +16,5 @@ ifneq ($(wildcard src/mainboard/$(MAINBOARDDIR)/acpi_tables.c),) ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/acpi_tables.c endif $(eval $(call asl_template,dsdt)) -ifneq ($(wildcard src/mainboard/$(MAINBOARDDIR)/fadt.c),) -ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/fadt.c -endif -endif # CONFIG_GENERATE_ACPI_TABLES +endif # CONFIG_HAVE_ACPI_TABLES -- cgit v1.2.3