From c6fe35d5b38474c810289dd37ddedb009133a4ad Mon Sep 17 00:00:00 2001 From: "osdl.net!shemminger" Date: Thu, 1 Jul 2004 22:22:10 +0000 Subject: [PATCH] conditional build of netem (Logical change 1.43) --- tc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tc/Makefile b/tc/Makefile index 546c5df4..9e0952b9 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -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 -- 2.39.5