aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/apple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/apple/Makefile')
-rw-r--r--drivers/net/ethernet/apple/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/ethernet/apple/Makefile b/drivers/net/ethernet/apple/Makefile
new file mode 100644
index 000000000000..9d300864461f
--- /dev/null
+++ b/drivers/net/ethernet/apple/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile for the Apple network device drivers.
+#
+
+obj-$(CONFIG_MACE) += mace.o
+obj-$(CONFIG_BMAC) += bmac.o
+obj-$(CONFIG_MAC89x0) += mac89x0.o
+obj-$(CONFIG_CS89x0) += cs89x0.o
+obj-$(CONFIG_MACMACE) += macmace.o