diff options
Diffstat (limited to 'net/sched/Makefile')
-rw-r--r-- | net/sched/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/Makefile b/net/sched/Makefile index 54d950cd4b8d..f14e71bfa58f 100644 --- a/net/sched/Makefile +++ b/net/sched/Makefile | |||
@@ -2,7 +2,7 @@ | |||
2 | # Makefile for the Linux Traffic Control Unit. | 2 | # Makefile for the Linux Traffic Control Unit. |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y := sch_generic.o | 5 | obj-y := sch_generic.o sch_mq.o |
6 | 6 | ||
7 | obj-$(CONFIG_NET_SCHED) += sch_api.o sch_blackhole.o | 7 | obj-$(CONFIG_NET_SCHED) += sch_api.o sch_blackhole.o |
8 | obj-$(CONFIG_NET_CLS) += cls_api.o | 8 | obj-$(CONFIG_NET_CLS) += cls_api.o |