
[ Upstream commit 6765393614ea8e2c0a7b953063513823f87c9115 ] vxlan.c has grown too long. This patch moves it to its own directory. subsequent patches add new functionality in new files. Signed-off-by: Roopa Prabhu <roopa@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net> Stable-dep-of: 94d166c5318c ("vxlan: calculate correct header length for GPE") Signed-off-by: Sasha Levin <sashal@kernel.org>
8 lines
96 B
Makefile
8 lines
96 B
Makefile
#
|
|
# Makefile for the vxlan driver
|
|
#
|
|
|
|
obj-$(CONFIG_VXLAN) += vxlan.o
|
|
|
|
vxlan-objs := vxlan_core.o
|