subsequent patches will add more helpers. Signed-off-by: Roopa Prabhu <roopa@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
114 B
Makefile
8 lines
114 B
Makefile
#
|
|
# Makefile for the vxlan driver
|
|
#
|
|
|
|
obj-$(CONFIG_VXLAN) += vxlan.o
|
|
|
|
vxlan-objs := vxlan_core.o vxlan_multicast.o
|