From 76cfcbc312a8f58b78e710e629172fead8240130 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Tue, 8 May 2012 23:22:34 -0600 Subject: Move fadt.c to the cimx sb800 southbridge directory to be shared. The fadt.c is the same across all the platforms using the sb800 cimx southbridge wrapper. Change-Id: Ifbbfc238732aa46aef96297eaa188b77d27151f3 Signed-off-by: Marc Jones Reviewed-on: http://review.coreboot.org/1019 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/southbridge/amd/cimx/sb800/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/southbridge/amd/cimx/sb800/Makefile.inc') diff --git a/src/southbridge/amd/cimx/sb800/Makefile.inc b/src/southbridge/amd/cimx/sb800/Makefile.inc index 2b55feeb1c..f02f0f72b8 100644 --- a/src/southbridge/amd/cimx/sb800/Makefile.inc +++ b/src/southbridge/amd/cimx/sb800/Makefile.inc @@ -28,6 +28,7 @@ ramstage-y += cfg.c ramstage-y += late.c ramstage-$(CONFIG_HAVE_ACPI_RESUME) += spi.c +ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += fadt.c driver-y += smbus.c driver-y += lpc.c -- cgit v1.2.3