summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan/Makefile
diff options
context:
space:
mode:
authorRoopa Prabhu <roopa@nvidia.com>2022-03-01 05:04:35 +0000
committerDavid S. Miller <davem@davemloft.net>2022-03-01 08:38:02 +0000
commita498c5953a9cdadcc1479c07d5b04c1afa3f53dc (patch)
tree03f5e0b7459eb3bf2146b5b3ede49f8cf62b0025 /drivers/net/vxlan/Makefile
parent7b8135f4df98b155b23754b6065c157861e268f1 (diff)
downloadlinux-a498c5953a9cdadcc1479c07d5b04c1afa3f53dc.tar.bz2
vxlan_multicast: Move multicast helpers to a separate file
subsequent patches will add more helpers. Signed-off-by: Roopa Prabhu <roopa@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vxlan/Makefile')
-rw-r--r--drivers/net/vxlan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/vxlan/Makefile b/drivers/net/vxlan/Makefile
index 567266133593..61c80e9c6c24 100644
--- a/drivers/net/vxlan/Makefile
+++ b/drivers/net/vxlan/Makefile
@@ -4,4 +4,4 @@
obj-$(CONFIG_VXLAN) += vxlan.o
-vxlan-objs := vxlan_core.o
+vxlan-objs := vxlan_core.o vxlan_multicast.o