Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / net / openvswitch / Makefile
CommitLineData
ccb1352e
JG
1#
2# Makefile for Open vSwitch.
3#
4
5obj-$(CONFIG_OPENVSWITCH) += openvswitch.o
6
7openvswitch-y := \
8 actions.o \
9 datapath.o \
10 dp_notify.o \
11 flow.o \
12 vport.o \
13 vport-internal_dev.o \
aa310701 14 vport-netdev.o
58264848
PS
15
16ifneq ($(CONFIG_OPENVSWITCH_VXLAN),)
17openvswitch-y += vport-vxlan.o
18endif
3fa34de6
CW
19
20ifneq ($(CONFIG_OPENVSWITCH_GRE),)
21openvswitch-y += vport-gre.o
22endif
This page took 0.123433 seconds and 5 git commands to generate.