7 lines
96 B
Makefile
Executable file
7 lines
96 B
Makefile
Executable file
#
|
|
# Makefile for the vxlan driver
|
|
#
|
|
|
|
obj-$(CONFIG_VXLAN) += vxlan.o
|
|
|
|
vxlan-objs := vxlan_core.o
|