Merge branch 'drm-fixes-3.12' of git://people.freedesktop.org/~agd5f/linux into drm...
[deliverable/linux.git] / net / openvswitch / Makefile
1 #
2 # Makefile for Open vSwitch.
3 #
4
5 obj-$(CONFIG_OPENVSWITCH) += openvswitch.o
6
7 openvswitch-y := \
8 actions.o \
9 datapath.o \
10 dp_notify.o \
11 flow.o \
12 vport.o \
13 vport-internal_dev.o \
14 vport-netdev.o
15
16 ifneq ($(CONFIG_OPENVSWITCH_VXLAN),)
17 openvswitch-y += vport-vxlan.o
18 endif
19
20 ifneq ($(CONFIG_OPENVSWITCH_GRE),)
21 openvswitch-y += vport-gre.o
22 endif
This page took 0.042137 seconds and 6 git commands to generate.