d2741769d5
[ Upstream commit6765393614] 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:94d166c531("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
|