Makefile (5a2dd72abdae75ea2960145e0549635ce4e0be96) | Makefile (6ec1c69a8f6492fd25722f4762721921da074c12) |
---|---|
1# 2# Makefile for the Linux Traffic Control Unit. 3# 4 | 1# 2# Makefile for the Linux Traffic Control Unit. 3# 4 |
5obj-y := sch_generic.o | 5obj-y := sch_generic.o sch_mq.o |
6 7obj-$(CONFIG_NET_SCHED) += sch_api.o sch_blackhole.o 8obj-$(CONFIG_NET_CLS) += cls_api.o 9obj-$(CONFIG_NET_CLS_ACT) += act_api.o 10obj-$(CONFIG_NET_ACT_POLICE) += act_police.o 11obj-$(CONFIG_NET_ACT_GACT) += act_gact.o 12obj-$(CONFIG_NET_ACT_MIRRED) += act_mirred.o 13obj-$(CONFIG_NET_ACT_IPT) += act_ipt.o --- 35 unchanged lines hidden --- | 6 7obj-$(CONFIG_NET_SCHED) += sch_api.o sch_blackhole.o 8obj-$(CONFIG_NET_CLS) += cls_api.o 9obj-$(CONFIG_NET_CLS_ACT) += act_api.o 10obj-$(CONFIG_NET_ACT_POLICE) += act_police.o 11obj-$(CONFIG_NET_ACT_GACT) += act_gact.o 12obj-$(CONFIG_NET_ACT_MIRRED) += act_mirred.o 13obj-$(CONFIG_NET_ACT_IPT) += act_ipt.o --- 35 unchanged lines hidden --- |