diff options
Diffstat (limited to 'net/openvswitch/Makefile')
-rw-r--r-- | net/openvswitch/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile new file mode 100644 index 000000000000..15e7384745c1 --- /dev/null +++ b/net/openvswitch/Makefile | |||
@@ -0,0 +1,14 @@ | |||
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 \ | ||