diff options
author | Changli Gao <xiaosuo@gmail.com> | 2009-07-08 14:06:47 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-07-12 23:11:14 -0400 |
commit | df5ede82588487db1894933af217e4aa710978d5 (patch) | |
tree | c695342a5ad605b97a829b3f83eb7d54be31e9f5 /net/Makefile | |
parent | ba73542585a4a3c8a708f502e62e6e63dd74b66c (diff) |
net: remove redundant sched/ in net/Makefile
Remove redundant sched/ in net/Makefile.
sched/ is contained in previous:
obj-$(CONFIG_NET) += ethernet/ 802/ sched/ netlink/,
so the later
obj-$(CONFIG_NET_SCHED) += sched/
isn't necessary.
Signed-off-by: Changli Gao <xiaosuo@gmail.com>
----
Makefile | 1 -
1 file changed, 1 deletion(-)
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index ba324aefda73..1542e7268a7b 100644 --- a/net/Makefile +++ b/net/Makefile | |||
@@ -24,7 +24,6 @@ obj-y += ipv6/ | |||
24 | endif | 24 | endif |
25 | obj-$(CONFIG_PACKET) += packet/ | 25 | obj-$(CONFIG_PACKET) += packet/ |
26 | obj-$(CONFIG_NET_KEY) += key/ | 26 | obj-$(CONFIG_NET_KEY) += key/ |
27 | obj-$(CONFIG_NET_SCHED) += sched/ | ||
28 | obj-$(CONFIG_BRIDGE) += bridge/ | 27 | obj-$(CONFIG_BRIDGE) += bridge/ |
29 | obj-$(CONFIG_NET_DSA) += dsa/ | 28 | obj-$(CONFIG_NET_DSA) += dsa/ |
30 | obj-$(CONFIG_IPX) += ipx/ | 29 | obj-$(CONFIG_IPX) += ipx/ |