summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/natsemi/Makefile
diff options
context:
space:
mode:
authorJeff Kirsher2011-05-18 14:14:22 +0200
committerJeff Kirsher2011-08-12 01:29:21 +0200
commitd9fb9f384292d848ad9db386bcf97f1e06e60264 (patch)
tree128d65c7255f188ec7d4cea4fa637c700bcb5828 /drivers/net/ethernet/natsemi/Makefile
parentbmac/mace/macmace/mac89x0/cs89x0: Move the Macintosh (Apple) drivers (diff)
downloadkernel-qcow2-linux-d9fb9f384292d848ad9db386bcf97f1e06e60264.tar.gz
kernel-qcow2-linux-d9fb9f384292d848ad9db386bcf97f1e06e60264.tar.xz
kernel-qcow2-linux-d9fb9f384292d848ad9db386bcf97f1e06e60264.zip
*sonic/natsemi/ns83829: Move the National Semi-conductor drivers
Move the National Semi-conductor drivers into drivers/net/ethernet/natsemi/ and make the necessary Kconfig and Makefile changes. Also moved the 8390 (National Semi-conductor) devices as a sub-menu of National Semi-conductor devices. - moved the ibmlana driver as well into this directory since it is a "SONIC" driver CC: Alfred Arnold <alfred.arnold@lancom.de> CC: Thomas Bogendoerfer <tsbogend@alpha.franken.de> CC: Harald Welte <laforge@gnumonks.org> CC: Tim Hockin <thockin@hockin.org> CC: <linux-ns83820@kvack.org> CC: Kevin Chea <kchea@yahoo.com> CC: Marc Gauthier <marc@linux-xtensa.org> CC: Chris Zankel <chris@zankel.net> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: Marc Gauthier <marc@tensilica.com>
Diffstat (limited to 'drivers/net/ethernet/natsemi/Makefile')
-rw-r--r--drivers/net/ethernet/natsemi/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/ethernet/natsemi/Makefile b/drivers/net/ethernet/natsemi/Makefile
new file mode 100644
index 000000000000..9aa5dea52b3e
--- /dev/null
+++ b/drivers/net/ethernet/natsemi/Makefile
@@ -0,0 +1,10 @@
+#
+# Makefile for the National Semi-conductor Sonic devices.
+#
+
+obj-$(CONFIG_IBMLANA) += ibmlana.o
+obj-$(CONFIG_MACSONIC) += macsonic.o
+obj-$(CONFIG_MIPS_JAZZ_SONIC) += jazzsonic.o
+obj-$(CONFIG_NATSEMI) += natsemi.o
+obj-$(CONFIG_NS83820) += ns83820.o
+obj-$(CONFIG_XTENSA_XT2000_SONIC) += xtsonic.o