diff options
Diffstat (limited to 'tc/Makefile')
-rw-r--r-- | tc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tc/Makefile b/tc/Makefile index 4551c08a..ad80ea0b 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -21,6 +21,7 @@ TCMODULES += q_ingress.o TCMODULES += q_hfsc.o TCMODULES += q_htb.o TCMODULES += m_gact.o +TCMODULES += m_mirred.o TCOBJ += $(TCMODULES) |