summaryrefslogtreecommitdiffstats
path: root/src/acpi/Makefile.inc
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-05-31 01:58:41 +0300
committerFelix Held <felix-coreboot@felixheld.de>2020-06-10 12:53:08 +0000
commitcfc3c358b2686bebd936219c5fb3642b834780b2 (patch)
tree7ab5f27b7ce3d00c89b481c9fc9671b52bcc3901 /src/acpi/Makefile.inc
parent45ecd49eea7e8ee3463961ba555faf127d899a51 (diff)
downloadcoreboot-cfc3c358b2686bebd936219c5fb3642b834780b2.tar.gz
coreboot-cfc3c358b2686bebd936219c5fb3642b834780b2.tar.bz2
coreboot-cfc3c358b2686bebd936219c5fb3642b834780b2.zip
ACPI: Remove Kconfig COMMON_FADT
Also remove default mb/*/fadt.c from Makefiles. Change-Id: I6a2839c524f8311ec9a382a84066afc7d579eaca Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41948 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/acpi/Makefile.inc')
-rw-r--r--src/acpi/Makefile.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/acpi/Makefile.inc b/src/acpi/Makefile.inc
index ffffb860c635..7e37e1a8715b 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