Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / net / openvswitch / Makefile
... / ...
CommitLineData
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 flow_netlink.o \
13 flow_table.o \
14 vport.o \
15 vport-internal_dev.o \
16 vport-netdev.o
17
18ifneq ($(CONFIG_NF_CONNTRACK),)
19openvswitch-y += conntrack.o
20endif
21
22obj-$(CONFIG_OPENVSWITCH_VXLAN)+= vport-vxlan.o
23obj-$(CONFIG_OPENVSWITCH_GENEVE)+= vport-geneve.o
24obj-$(CONFIG_OPENVSWITCH_GRE) += vport-gre.o
This page took 0.033528 seconds and 5 git commands to generate.