aboutsummaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:08 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:08 +0000
commit7161e5710b8b371d88b8c6b9361d266d8bdd70ce (patch)
tree2cfe789d01ca1141c5ab1dba50ebf5d59c077f80 /Makefile.objs
parente1060e9d2dc3b892b6be7988e5f8836a847ba05b (diff)
Compile most PCI network cards only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs2
1 files changed, 2 insertions, 0 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