From 1a1ba4bebbcb2bc82fb3abcc11f2f4c3d363be30 Mon Sep 17 00:00:00 2001 From: "osdl.net!shemminger" Date: Fri, 30 Jul 2004 22:27:50 +0000 Subject: [PATCH] HFSC is configurable (Logical change 1.60) --- tc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tc/Makefile b/tc/Makefile index a9ddc064..df62a2c0 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -17,7 +17,10 @@ TCMODULES += q_dsmark.o TCMODULES += q_gred.o TCMODULES += f_tcindex.o TCMODULES += q_ingress.o -TCMODULES += q_hfsc.o + +ifeq ($(TC_CONFIG_HFSC),y) + TCMODULES += q_hfsc.o +endif ifeq ($(TC_CONFIG_HTB),y) TCMODULES += q_htb.o