summaryrefslogtreecommitdiff
path: root/src/southbridge
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-07-10 20:27:27 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-07-10 20:11:19 +0200
commit4793328fbd00776046f43ef8d5f0775c54a7e572 (patch)
tree338e6b5d65c290a99dee96eeeaa58d6c1b0badf7 /src/southbridge
parent7e5494c549f1642cc9a98a8e59e87007572c8f88 (diff)
downloadcoreboot-4793328fbd00776046f43ef8d5f0775c54a7e572.tar.xz
AGESA Hudson: Fix build without HAVE_ACPI_RESUME
If one commented out HAVE_ACPI_RESUME in Kconfig file for a board using agesa/hudson the build failed. Change-Id: Ifbad8f6e23ce4b5431e596bf67e6ab108fedb4ce Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/6253 Reviewed-by: Dave Frodin <dave.frodin@se-eng.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/southbridge')
-rw-r--r--src/southbridge/amd/agesa/hudson/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/agesa/hudson/Makefile.inc b/src/southbridge/amd/agesa/hudson/Makefile.inc
index b0437d95b6..492f9f3e31 100644
--- a/src/southbridge/amd/agesa/hudson/Makefile.inc
+++ b/src/southbridge/amd/agesa/hudson/Makefile.inc
@@ -17,7 +17,7 @@ ramstage-$(CONFIG_USBDEBUG) += enable_usbdebug.c
romstage-y += early_setup.c
ramstage-$(CONFIG_SPI_FLASH) += spi.c
-ramstage-$(CONFIG_HAVE_ACPI_RESUME) += resume.c
+ramstage-y += resume.c
romstage-y += imc.c
ramstage-y += imc.c