From 30af998941d02414400782da29a7048c0f6199bf Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 20 Jun 2007 15:20:22 -0700 Subject: [PATCH] netem: static Make netem static rather than shared library. It saves problems on 64 bit platforms. Signed-off-by: Stephen Hemminger --- tc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc/Makefile b/tc/Makefile index 7640c58e..b607b261 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -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