summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801jx/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i82801jx/Makefile.mk')
-rw-r--r--src/southbridge/intel/i82801jx/Makefile.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801jx/Makefile.mk b/src/southbridge/intel/i82801jx/Makefile.mk
new file mode 100644
index 0000000000..f1388ce42d
--- /dev/null
+++ b/src/southbridge/intel/i82801jx/Makefile.mk
@@ -0,0 +1,24 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
+ifeq ($(CONFIG_SOUTHBRIDGE_INTEL_I82801JX),y)
+
+bootblock-y += bootblock.c
+bootblock-y += early_init.c
+
+romstage-y += early_init.c
+
+ramstage-y += azalia.c
+ramstage-y += fadt.c
+ramstage-y += i82801jx.c
+ramstage-y += lpc.c
+ramstage-y += pci.c
+ramstage-y += pcie.c
+ramstage-y += sata.c
+ramstage-y += smbus.c
+ramstage-y += thermal.c
+ramstage-y += usb_ehci.c
+ramstage-y += ../common/pciehp.c
+
+smm-y += smihandler.c
+
+endif