summaryrefslogtreecommitdiff
path: root/tc/Makefile
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2020-06-05 08:33:29 -0700
committerStephen Hemminger <stephen@networkplumber.org>2020-06-05 08:33:29 -0700
commit0a5dbbeddbd4cd748a155f0cd93ed00041ee5284 (patch)
treea8579c3e5361146ee038700f31fea6030937c7f9 /tc/Makefile
parent1bfa3b3f66ef48bdabe0eb2a7c14e69f481dfa25 (diff)
parent5413a735a68de792eb7db1644fb3e3b888356863 (diff)
Merge git://git.kernel.org/pub/scm/network/iproute2/iproute2-next
Diffstat (limited to 'tc/Makefile')
-rw-r--r--tc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tc/Makefile b/tc/Makefile
index e31cbc12..79c9c1dd 100644
--- a/tc/Makefile
+++ b/tc/Makefile
@@ -54,6 +54,7 @@ TCMODULES += m_bpf.o
TCMODULES += m_tunnel_key.o
TCMODULES += m_sample.o
TCMODULES += m_ct.o
+TCMODULES += m_gate.o
TCMODULES += p_ip.o
TCMODULES += p_ip6.o
TCMODULES += p_icmp.o