From 45305c2470e78904b28f147eb81dd40e1e010cf1 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 16 Oct 2007 14:27:42 -0700 Subject: [PATCH] add q_rr to tc Makefile Signed-off-by: Stephen Hemminger --- tc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tc/Makefile b/tc/Makefile index 22cd437d4..a71556677 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_rr.o TCMODULES += q_netem.o TCMODULES += f_rsvp.o TCMODULES += f_u32.o -- 2.47.2