aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethernet/Makefile
diff options
context:
space:
mode:
authorJes Sorensen <jes@sgi.com>2006-06-05 18:34:11 -0400
committerDavid S. Miller <davem@davemloft.net>2006-06-05 18:34:11 -0400
commit6569a351da7e58d6f0fbc92fcf0bef5d4a4bc0a4 (patch)
tree9057632e3b8d7abf6c0398723c1c0bbb825937dd /net/ethernet/Makefile
parent92cd6eeea62e235fcb6634d87d1572c3da59f088 (diff)
[NET]: Eliminate unused /proc/sys/net/ethernet
The /proc/sys/net/ethernet directory has been sitting empty for more than 10 years! Time to eliminate it! Signed-off-by: Jes Sorensen <jes@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ethernet/Makefile')
-rw-r--r--net/ethernet/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ethernet/Makefile b/net/ethernet/Makefile
index 69b74a9a0fc3..7cef1d8ace27 100644
--- a/net/ethernet/Makefile
+++ b/net/ethernet/Makefile
@@ -3,6 +3,5 @@
3# 3#
4 4
5obj-y += eth.o 5obj-y += eth.o
6obj-$(CONFIG_SYSCTL) += sysctl_net_ether.o
7obj-$(subst m,y,$(CONFIG_IPX)) += pe2.o 6obj-$(subst m,y,$(CONFIG_IPX)) += pe2.o
8obj-$(subst m,y,$(CONFIG_ATALK)) += pe2.o 7obj-$(subst m,y,$(CONFIG_ATALK)) += pe2.o