This patch implements MBI (modular bios interface) support to the i830 chipset.
[coreboot.git] / src / southbridge / intel / i82801dx / Makefile.inc
1 driver-y += i82801dx.o
2 driver-y += i82801dx_usb.o
3 driver-y += i82801dx_lpc.o
4 driver-y += i82801dx_ide.o
5 driver-y += i82801dx_usb2.o
6 driver-y += i82801dx_ac97.o
7 #driver-y += i82801dx_nic.o
8 #driver-y += i82801dx_pci.o
9 obj-y += i82801dx_reset.o
10
11 obj-$(CONFIG_HAVE_SMI_HANDLER) += i82801dx_smi.o
12 smmobj-$(CONFIG_HAVE_SMI_HANDLER) += i82801dx_smihandler.o