diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:10 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:10 +0000 |
commit | d3ffc7a6e7372e1b88a4bf1c588cbe8ed46b2ca4 (patch) | |
tree | 6febeb550be367d40e231155fe8c5aa7bcaebb83 /Makefile.objs | |
parent | 84108e128e0245dc1ff9c0aa064e9cfe2316b32d (diff) |
Compile ne2000_isa only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 333904b071..cebde3660e 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -156,6 +156,7 @@ hw-obj-y += pcnet.o hw-obj-$(CONFIG_SMC91C111) += smc91c111.o hw-obj-$(CONFIG_LAN9118) += lan9118.o +hw-obj-$(CONFIG_NE2000_ISA) += ne2000-isa.o # IDE hw-obj-$(CONFIG_IDE_QDEV) += ide/qdev.o |