qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT bd390e6] Compile ne2000 only once


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT bd390e6] Compile ne2000 only once
Date: Sun, 20 Sep 2009 18:32:49 -0000

From: Blue Swirl <address@hidden>

Signed-off-by: Blue Swirl <address@hidden>

diff --git a/Makefile.hw b/Makefile.hw
index 648906b..830902b 100644
--- a/Makefile.hw
+++ b/Makefile.hw
@@ -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
 
diff --git a/Makefile.target b/Makefile.target
index 3b85ac9..e5db55b 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -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
diff --git a/hw/ne2000.c b/hw/ne2000.c
index 82531d0..87f1e59 100644
--- a/hw/ne2000.c
+++ b/hw/ne2000.c
@@ -23,7 +23,6 @@
  */
 #include "hw.h"
 #include "pci.h"
-#include "pc.h"
 #include "net.h"
 #include "ne2000.h"
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]