X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=net%2Fsched%2FMakefile;h=e48d0d456b3ebfe0727eca1f116b9f2d1160ec33;hb=dab9630fb3d206f49658066a3ecf80ea120364db;hp=8f58cecd6266eedae186f08f6eb86c31bfc7a391;hpb=f45727d52d1581e9ff4df9d1a12a60789ad2d1eb;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git diff --git a/net/sched/Makefile b/net/sched/Makefile index 8f58cec..e48d0d4 100644 --- a/net/sched/Makefile +++ b/net/sched/Makefile @@ -4,7 +4,7 @@ obj-y := sch_generic.o -obj-$(CONFIG_NET_SCHED) += sch_api.o sch_fifo.o +obj-$(CONFIG_NET_SCHED) += sch_api.o sch_fifo.o sch_blackhole.o obj-$(CONFIG_NET_CLS) += cls_api.o obj-$(CONFIG_NET_CLS_ACT) += act_api.o obj-$(CONFIG_NET_ACT_POLICE) += police.o