diff options
author | Paul Brook <paul@codesourcery.com> | 2009-11-19 16:42:45 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-11-19 16:42:45 +0000 |
commit | f165b53a896975f6c45760d72f87e44f1a2ba325 (patch) | |
tree | c3043558dcec3720e3fe7dd0b7289bd0b0d74a0d /Makefile.hw | |
parent | cd7aafcb8ddb4250a69866a5df9304dacbc6d9c5 (diff) |
Built network devices once
Move some generic NICS into libhw, and build them for ARM targets.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'Makefile.hw')
-rw-r--r-- | Makefile.hw | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.hw b/Makefile.hw index f4b4469a88..bd252f5ed0 100644 --- a/Makefile.hw +++ b/Makefile.hw @@ -30,6 +30,9 @@ obj-y += msix.o # PCI network cards obj-y += ne2000.o +obj-$(CONFIG_SMC91C111) += smc91c111.o +obj-$(CONFIG_LAN9118) += lan9118.o + # SCSI layer obj-y += lsi53c895a.o obj-$(CONFIG_ESP) += esp.o |