conditional build of netem

(Logical change 1.43)
This commit is contained in:
osdl.net!shemminger 2004-07-01 22:22:10 +00:00
parent 6fcb91a19d
commit c6fe35d5b3
1 changed files with 4 additions and 1 deletions

View 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