This patch implements MBI (modular bios interface) support to the i830 chipset.
[coreboot.git] / src / southbridge / intel / i82801dx / Makefile.inc
index 7167e1d391970e951d3a2f98806eed405a3595f0..562e80afe0efa8c3a6c42f1013fb05a5d7bf2173 100644 (file)
@@ -7,3 +7,6 @@ driver-y += i82801dx_ac97.o
 #driver-y += i82801dx_nic.o
 #driver-y += i82801dx_pci.o
 obj-y += i82801dx_reset.o
+
+obj-$(CONFIG_HAVE_SMI_HANDLER) += i82801dx_smi.o
+smmobj-$(CONFIG_HAVE_SMI_HANDLER) += i82801dx_smihandler.o