mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 03:13:44 +08:00
Compile ne2000 only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
afcea8cbde
commit
bd390e6425
@ -24,6 +24,9 @@ obj-y += wdt_i6300esb.o
|
||||
|
||||
obj-y += msix.o
|
||||
|
||||
# PCI network cards
|
||||
obj-y += ne2000.o
|
||||
|
||||
# SCSI layer
|
||||
obj-y += lsi53c895a.o esp.o
|
||||
|
||||
|
@ -185,7 +185,6 @@ obj-y += usb-ohci.o
|
||||
|
||||
# PCI network cards
|
||||
obj-y += eepro100.o
|
||||
obj-y += ne2000.o
|
||||
obj-y += pcnet.o
|
||||
obj-y += rtl8139.o
|
||||
obj-y += e1000.o
|
||||
|
@ -23,7 +23,6 @@
|
||||
*/
|
||||
#include "hw.h"
|
||||
#include "pci.h"
|
||||
#include "pc.h"
|
||||
#include "net.h"
|
||||
#include "ne2000.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user