summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801gx/Makefile.inc
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-06-21 15:53:03 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-06-27 17:38:11 +0000
commit3fc2dc444ed5624089729f94b8ac7fc8fb49eb11 (patch)
treeb3b3e33a59208e8b6a837053890da0450815ef2c /src/southbridge/intel/i82801gx/Makefile.inc
parent9e5b432ef9c20d6fae712c85d10608bc846fa753 (diff)
downloadcoreboot-3fc2dc444ed5624089729f94b8ac7fc8fb49eb11.tar.xz
sb/intel/i82801gx: Move `acpi_fill_fadt` to fadt.c
At least i82801ix and i82801jx do this. Change-Id: I7ff2459d82eb7933ed80180a69f0f323b8ecd25f Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42650 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/southbridge/intel/i82801gx/Makefile.inc')
-rw-r--r--src/southbridge/intel/i82801gx/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801gx/Makefile.inc b/src/southbridge/intel/i82801gx/Makefile.inc
index 7922dfc0be..3e48fffa6d 100644
--- a/src/southbridge/intel/i82801gx/Makefile.inc
+++ b/src/southbridge/intel/i82801gx/Makefile.inc
@@ -6,6 +6,7 @@ bootblock-y += early_init.c
bootblock-y += bootblock.c
ramstage-y += i82801gx.c
+ramstage-y += fadt.c
ramstage-y += ac97.c
ramstage-y += azalia.c
ramstage-y += ide.c