提交 bd390e64 编写于 作者: B Blue Swirl

Compile ne2000 only once

Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
上级 afcea8cb
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册