diff options
Diffstat (limited to 'hw/Makefile.objs')
-rw-r--r-- | hw/Makefile.objs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs index aa55ce9873..47d47864fb 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -106,6 +106,9 @@ common-obj-$(CONFIG_XGMAC) += xgmac.o # PCI watchdog devices common-obj-$(CONFIG_PCI) += wdt_i6300esb.o +# IndustryPack +common-obj-$(CONFIG_IPACK) += tpci200.o ipack.o + # PCI network cards common-obj-$(CONFIG_NE2000_PCI) += ne2000.o common-obj-$(CONFIG_EEPRO100_PCI) += eepro100.o |