Merge remote-tracking branch 'regulator/topic/optional' into regulator-next
[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 \
aa310701 13 vport-gre.o \
ccb1352e 14 vport-internal_dev.o \
aa310701 15 vport-netdev.o
This page took 0.114489 seconds and 5 git commands to generate.