]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commitdiff
conditional build of netem
authorosdl.net!shemminger <osdl.net!shemminger>
Thu, 1 Jul 2004 22:22:10 +0000 (22:22 +0000)
committerosdl.net!shemminger <osdl.net!shemminger>
Thu, 1 Jul 2004 22:22:10 +0000 (22:22 +0000)
(Logical change 1.43)

tc/Makefile

index 546c5df4f80e32806d36a34ecb1ba1b195e969b4..9e0952b998a95a5b619db0e38150a5c3ed73da4c 100644 (file)
@@ -23,7 +23,10 @@ ifeq ($(TC_CONFIG_ATM),y)
   LDLIBS += -latm
 endif
 
-TCMODULES += q_netem.o
+ifeq ($(TC_CONFIG_NETEM),y)
+       TCMODULES += q_netem.o
+endif
+
 TCMODULES += q_csz.o
 TCMODULES += q_htb.o
 TCMODULES += q_hpfq.o