[2.6 patch] NET_SCH_ATM doesn't need ipcommon.o

From: Adrian Bunk
Date: Sun Nov 26 2006 - 20:00:00 EST


NET_SCH_ATM doesn't need ipcommon.o

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.19-rc6-mm1/net/atm/Makefile.old 2006-11-26 08:50:05.000000000 +0100
+++ linux-2.6.19-rc6-mm1/net/atm/Makefile 2006-11-26 08:56:29.000000000 +0100
@@ -10,7 +10,6 @@
atm-$(subst m,y,$(CONFIG_ATM_CLIP)) += ipcommon.o
obj-$(CONFIG_ATM_BR2684) += br2684.o
atm-$(subst m,y,$(CONFIG_ATM_BR2684)) += ipcommon.o
-atm-$(subst m,y,$(CONFIG_NET_SCH_ATM)) += ipcommon.o
atm-$(CONFIG_PROC_FS) += proc.o

obj-$(CONFIG_ATM_LANE) += lec.o
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/