From 7161e5710b8b371d88b8c6b9361d266d8bdd70ce Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 21 Mar 2010 19:47:08 +0000 Subject: [PATCH] Compile most PCI network cards only once Signed-off-by: Blue Swirl --- Makefile.objs | 2 ++ Makefile.target | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.objs b/Makefile.objs index dc7b4454c8..ca4ee39e18 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -150,6 +150,8 @@ hw-obj-y += msix.o # PCI network cards hw-obj-y += ne2000.o +hw-obj-y += eepro100.o +hw-obj-y += pcnet.o hw-obj-$(CONFIG_SMC91C111) += smc91c111.o hw-obj-$(CONFIG_LAN9118) += lan9118.o diff --git a/Makefile.target b/Makefile.target index 32a12a1a76..9d55924b6e 100644 --- a/Makefile.target +++ b/Makefile.target @@ -191,8 +191,6 @@ obj-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o obj-$(CONFIG_USB_OHCI) += usb-ohci.o # PCI network cards -obj-y += eepro100.o -obj-y += pcnet.o obj-y += rtl8139.o obj-y += e1000.o