Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -16/+0 |
# # Makefile for Open vSwitch. # obj-$(CONFIG_OPENVSWITCH) += openvswitch.o openvswitch-y := \ actions.o \ datapath.o \ dp_notify.o \ flow.o \ flow_netlink.o \ flow_table.o \ vport.o \ vport-internal_dev.o \ vport-netdev.o ifneq ($(CONFIG_NF_CONNTRACK),) openvswitch-y += conntrack.o endif obj-$(CONFIG_OPENVSWITCH_VXLAN)+= vport-vxlan.o obj-$(CONFIG_OPENVSWITCH_GENEVE)+= vport-geneve.o obj-$(CONFIG_OPENVSWITCH_GRE) += vport-gre.o ///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>