netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]: remove redundant sched/ in net/Makefile
@ 2009-07-09  4:06 Changli Gao
  0 siblings, 0 replies; only message in thread
From: Changli Gao @ 2009-07-09  4:06 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, xiaosuo

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(-)

diff --git a/net/Makefile b/net/Makefile
index ba324ae..1542e72 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -24,7 +24,6 @@ obj-y				+= ipv6/
 endif
 obj-$(CONFIG_PACKET)		+= packet/
 obj-$(CONFIG_NET_KEY)		+= key/
-obj-$(CONFIG_NET_SCHED)		+= sched/
 obj-$(CONFIG_BRIDGE)		+= bridge/
 obj-$(CONFIG_NET_DSA)		+= dsa/
 obj-$(CONFIG_IPX)		+= ipx/


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-09  4:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-09  4:06 [PATCH]: remove redundant sched/ in net/Makefile Changli Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).