Commit c6fe35d5 authored by osdl.net!shemminger's avatar osdl.net!shemminger

conditional build of netem

(Logical change 1.43)
parent 6fcb91a1
...@@ -23,7 +23,10 @@ ifeq ($(TC_CONFIG_ATM),y) ...@@ -23,7 +23,10 @@ ifeq ($(TC_CONFIG_ATM),y)
LDLIBS += -latm LDLIBS += -latm
endif endif
TCMODULES += q_netem.o ifeq ($(TC_CONFIG_NETEM),y)
TCMODULES += q_netem.o
endif
TCMODULES += q_csz.o TCMODULES += q_csz.o
TCMODULES += q_htb.o TCMODULES += q_htb.o
TCMODULES += q_hpfq.o TCMODULES += q_hpfq.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment