]> Git Repo - qemu.git/blobdiff - Makefile.target
Eepro100 emulation, by Stefan Weil.
[qemu.git] / Makefile.target
index f1fbc578d310964d3cd678638084f6a425dd9f24..323961a73a5505e3ae3eb5ee9a0d76699c352e42 100644 (file)
@@ -395,8 +395,14 @@ VL_OBJS+= scsi-disk.o cdrom.o lsi53c895a.o
 # USB layer
 VL_OBJS+= usb.o usb-hub.o usb-linux.o usb-hid.o usb-ohci.o usb-msd.o
 
+# EEPROM emulation
+VL_OBJS += eeprom93xx.o
+
 # PCI network cards
-VL_OBJS+= ne2000.o rtl8139.o pcnet.o
+VL_OBJS += eepro100.o
+VL_OBJS += ne2000.o
+VL_OBJS += pcnet.o
+VL_OBJS += rtl8139.o
 
 ifeq ($(TARGET_BASE_ARCH), i386)
 # Hardware support
This page took 0.022991 seconds and 4 git commands to generate.