X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fsched%2FMakefile;h=0bd324914cfe204604f1568c283f2a0c8f77df21;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=912677ad0cfac3323b4c4766041ed3c78f596d3b;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/net/sched/Makefile b/net/sched/Makefile index 912677ad0..0bd324914 100644 --- a/net/sched/Makefile +++ b/net/sched/Makefile @@ -5,12 +5,14 @@ obj-y := sch_generic.o obj-$(CONFIG_NET_SCHED) += sch_api.o sch_fifo.o -obj-$(CONFIG_NET_ESTIMATOR) += estimator.o obj-$(CONFIG_NET_CLS) += cls_api.o obj-$(CONFIG_NET_CLS_ACT) += act_api.o obj-$(CONFIG_NET_ACT_POLICE) += police.o obj-$(CONFIG_NET_CLS_POLICE) += police.o obj-$(CONFIG_NET_ACT_GACT) += gact.o +obj-$(CONFIG_NET_ACT_MIRRED) += mirred.o +obj-$(CONFIG_NET_ACT_IPT) += ipt.o +obj-$(CONFIG_NET_ACT_PEDIT) += pedit.o obj-$(CONFIG_NET_SCH_CBQ) += sch_cbq.o obj-$(CONFIG_NET_SCH_HTB) += sch_htb.o obj-$(CONFIG_NET_SCH_HPFQ) += sch_hpfq.o