summaryrefslogtreecommitdiff
path: root/src/superio/aspeed/ast2400/Makefile.inc
diff options
context:
space:
mode:
authorChristian Walter <christian.walter@9elements.com>2019-06-06 15:09:49 +0200
committerFelix Held <felix-coreboot@felixheld.de>2019-09-06 17:38:42 +0000
commita8a9fb08ddef31f7d5810e5d31a1d5e63f4bef9a (patch)
tree735bdca98079bd56a6c3ae70537ab274d6fee03f /src/superio/aspeed/ast2400/Makefile.inc
parent571d07d45b51d1b20af29cad27390b83b82f0aba (diff)
downloadcoreboot-a8a9fb08ddef31f7d5810e5d31a1d5e63f4bef9a.tar.xz
src/superio/aspeed/ast2400: Use new SuperIO acpigen
Use the new SuperIO ACPI generator to make includes in DSDT obsolete. Manually tested on X11SSH-TF and verified that ACPI tables are correct. Change-Id: I2ef49bb6f733994b249ae46f0460234380b552b8 Signed-off-by: Christian Walter <christian.walter@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33253 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/superio/aspeed/ast2400/Makefile.inc')
-rw-r--r--src/superio/aspeed/ast2400/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/superio/aspeed/ast2400/Makefile.inc b/src/superio/aspeed/ast2400/Makefile.inc
index a6f8b2003a..625390fdf8 100644
--- a/src/superio/aspeed/ast2400/Makefile.inc
+++ b/src/superio/aspeed/ast2400/Makefile.inc
@@ -16,3 +16,5 @@
##
ramstage-$(CONFIG_SUPERIO_ASPEED_AST2400) += superio.c
+ramstage-$(CONFIG_SUPERIO_ASPEED_AST2400) += ../../common/ssdt.c
+ramstage-$(CONFIG_SUPERIO_ASPEED_AST2400) += ../../common/generic.c