summaryrefslogtreecommitdiffstats
path: root/Makefile.objs
diff options
context:
space:
mode:
authorPaul Brook2010-11-27 12:23:34 +0100
committerPaul Brook2010-11-27 12:23:34 +0100
commita4c75a21f3749b8dc5a8cc252bc57adb3f43453c (patch)
treef4fc3ce0c03d31bb80de946c83286a49286903bf /Makefile.objs
parentRemove PCI from sparc32 target (diff)
downloadqemu-a4c75a21f3749b8dc5a8cc252bc57adb3f43453c.tar.gz
qemu-a4c75a21f3749b8dc5a8cc252bc57adb3f43453c.tar.xz
qemu-a4c75a21f3749b8dc5a8cc252bc57adb3f43453c.zip
Split out common pcnet code
The core pcnet emulation code is used by both the PCI "pcnet" device and the SPARC "lance" device. Split the common code frm the PCI code so that that can be configures independantly. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 72c6c7f8f1..13ba26fdcb 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -222,7 +222,8 @@ hw-obj-$(CONFIG_PCI) += pcie.o pcie_port.o
# PCI network cards
hw-obj-$(CONFIG_NE2000_PCI) += ne2000.o
hw-obj-$(CONFIG_EEPRO100_PCI) += eepro100.o
-hw-obj-$(CONFIG_PCNET_PCI) += pcnet.o
+hw-obj-$(CONFIG_PCNET_PCI) += pcnet-pci.o
+hw-obj-$(CONFIG_PCNET_COMMON) += pcnet.o
hw-obj-$(CONFIG_SMC91C111) += smc91c111.o
hw-obj-$(CONFIG_LAN9118) += lan9118.o