summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/pch/Makefile.inc
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-10-26 00:40:46 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2020-11-13 13:26:02 +0000
commited222f12ec367aa2fdf55c9516dd9eafd64303aa (patch)
treeb74bff606bb472616f0a3dc110fe94a309c96851 /src/soc/intel/broadwell/pch/Makefile.inc
parent1500dd081b386db9b03ff78e74831cf6c9f88ba7 (diff)
downloadcoreboot-ed222f12ec367aa2fdf55c9516dd9eafd64303aa.tar.xz
soc/intel/broadwell: Split up acpi.c
Change-Id: Ie9c57b6f5c226cee8797027941fa03e69de52923 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46796 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/broadwell/pch/Makefile.inc')
-rw-r--r--src/soc/intel/broadwell/pch/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/broadwell/pch/Makefile.inc b/src/soc/intel/broadwell/pch/Makefile.inc
index 1c196136c4..119534fccd 100644
--- a/src/soc/intel/broadwell/pch/Makefile.inc
+++ b/src/soc/intel/broadwell/pch/Makefile.inc
@@ -1,5 +1,6 @@
bootblock-y += bootblock.c
+ramstage-y += acpi.c
ramstage-y += adsp.c
romstage-y += early_pch.c
ramstage-$(CONFIG_ELOG) += elog.c