netem: static

Make netem static rather than shared library. It saves problems
on 64 bit platforms.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
This commit is contained in:
Stephen Hemminger 2007-06-20 15:20:22 -07:00
parent 6560dbb89b
commit 30af998941
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@ TCMODULES += q_red.o
TCMODULES += q_prio.o
TCMODULES += q_tbf.o
TCMODULES += q_cbq.o
TCMODULES += q_netem.so
TCMODULES += f_rsvp.o
TCMODULES += f_u32.o
TCMODULES += f_route.o
@ -45,7 +46,6 @@ TCLIB += tc_estimator.o
CFLAGS += -DCONFIG_GACT -DCONFIG_GACT_PROB
TCSO :=
TCSO += q_netem.so
ifeq ($(TC_CONFIG_ATM),y)
TCSO += q_atm.so
endif