HFSC is configurable

(Logical change 1.60)
This commit is contained in:
osdl.net!shemminger 2004-07-30 22:27:50 +00:00
parent 88ad53d9ee
commit 1a1ba4bebb

View File

@ -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