summaryrefslogtreecommitdiffstats
path: root/Makefile.hw
diff options
context:
space:
mode:
authorPaul Brook2009-11-19 17:42:45 +0100
committerPaul Brook2009-11-19 17:42:45 +0100
commitf165b53a896975f6c45760d72f87e44f1a2ba325 (patch)
treec3043558dcec3720e3fe7dd0b7289bd0b0d74a0d /Makefile.hw
parentsb16: remove highspeed reset code (diff)
downloadqemu-f165b53a896975f6c45760d72f87e44f1a2ba325.tar.gz
qemu-f165b53a896975f6c45760d72f87e44f1a2ba325.tar.xz
qemu-f165b53a896975f6c45760d72f87e44f1a2ba325.zip
Built network devices once
Move some generic NICS into libhw, and build them for ARM targets. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'Makefile.hw')
-rw-r--r--Makefile.hw3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.hw b/Makefile.hw
index f4b4469a88..bd252f5ed0 100644
--- a/Makefile.hw
+++ b/Makefile.hw
@@ -30,6 +30,9 @@ obj-y += msix.o
# PCI network cards
obj-y += ne2000.o
+obj-$(CONFIG_SMC91C111) += smc91c111.o
+obj-$(CONFIG_LAN9118) += lan9118.o
+
# SCSI layer
obj-y += lsi53c895a.o
obj-$(CONFIG_ESP) += esp.o