aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fec_8xx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/fec_8xx/Makefile')
-rw-r--r--drivers/net/fec_8xx/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/net/fec_8xx/Makefile b/drivers/net/fec_8xx/Makefile
deleted file mode 100644
index 70c54f8c48e5..000000000000
--- a/drivers/net/fec_8xx/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
1#
2# Makefile for the Motorola 8xx FEC ethernet controller
3#
4
5obj-$(CONFIG_FEC_8XX) += fec_8xx.o
6
7fec_8xx-objs := fec_main.o fec_mii.o
8
9# the platform instantatiation objects
10ifeq ($(CONFIG_NETTA),y)
11fec_8xx-objs += fec_8xx-netta.o
12endif