aboutsummaryrefslogtreecommitdiff
path: root/src/superio/nuvoton/nct5539d/Makefile.inc
diff options
context:
space:
mode:
authorMaxim Polyakov <max.senia.poliak@gmail.com>2019-10-27 15:07:00 +0300
committerFelix Held <felix-coreboot@felixheld.de>2019-11-04 22:08:13 +0000
commit0dd8fe7ec3c1b767ef228815a24cbb265802b9f4 (patch)
tree4ae6b10531730a07a4cdf13d07fe319203980822 /src/superio/nuvoton/nct5539d/Makefile.inc
parentc4f77d943adcaeabb391f3f84e45d5fc7cdc12f6 (diff)
superio/nuvoton/nct5539d: use SuperIO ACPI generator
Adds SuperIO SSDT ACPI generator[1] support. Not tested on real hardware. [1] https://review.coreboot.org/c/coreboot/+/33033 Change-Id: If9fd56efd40ee0f860e206882418c8bdc7c16802 Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36380 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/nuvoton/nct5539d/Makefile.inc')
-rw-r--r--src/superio/nuvoton/nct5539d/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/superio/nuvoton/nct5539d/Makefile.inc b/src/superio/nuvoton/nct5539d/Makefile.inc
index 6e3fdf25a2..a6f3a022fe 100644
--- a/src/superio/nuvoton/nct5539d/Makefile.inc
+++ b/src/superio/nuvoton/nct5539d/Makefile.inc
@@ -14,3 +14,5 @@
##
ramstage-$(CONFIG_SUPERIO_NUVOTON_NCT5539D) += superio.c
+ramstage-$(CONFIG_SUPERIO_NUVOTON_NCT5539D) += ../../common/ssdt.c
+ramstage-$(CONFIG_SUPERIO_NUVOTON_NCT5539D) += ../../common/generic.c