aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801jx/Makefile.inc
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-06-21 13:39:56 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-06-27 17:36:39 +0000
commitdd7fa543c55239b5d6ca6517dce90974432ddea2 (patch)
tree7ee705295bc68a0caaf002beeb8784638588b3e1 /src/southbridge/intel/i82801jx/Makefile.inc
parent22a6d11a5472080f38f1ef2def8fffc1a5de091c (diff)
sb/intel/i82801jx: Move `acpi_fill_fadt` to fadt.c
At least i82801ix does this. Change-Id: Ic555ab17c2eca0399938d2842ca51628899c1544 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42637 Reviewed-by: Christian Walter <christian.walter@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/i82801jx/Makefile.inc')
-rw-r--r--src/southbridge/intel/i82801jx/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801jx/Makefile.inc b/src/southbridge/intel/i82801jx/Makefile.inc
index b420fda143..253a5a1b05 100644
--- a/src/southbridge/intel/i82801jx/Makefile.inc
+++ b/src/southbridge/intel/i82801jx/Makefile.inc
@@ -6,6 +6,7 @@ bootblock-y += bootblock.c
bootblock-y += early_init.c
ramstage-y += i82801jx.c
+ramstage-y += fadt.c
ramstage-y += pci.c
ramstage-y += lpc.c
ramstage-y += pcie.c