X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2FModules.mk;h=587569f2bd4632a07fe9e487f7f093a1b8c5c139;hb=6910a6e6f25f7fe7adfd93c8405671e72d4d156b;hp=c4afae2014c243aacd14aa299d483a28c282d4e9;hpb=f7cd0081f525dd1d45fafc68397b5393196e978d;p=openvswitch diff --git a/datapath/Modules.mk b/datapath/Modules.mk index c4afae20..587569f2 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -20,6 +20,7 @@ openvswitch_sources = \ loop_counter.c \ table.c \ tunnel.c \ + vlan.c \ vport.c \ vport-capwap.c \ vport-generic.c \ @@ -31,12 +32,14 @@ openvswitch_sources = \ openvswitch_headers = \ actions.h \ checksum.h \ + compat.h \ datapath.h \ dp_sysfs.h \ flow.h \ loop_counter.h \ table.h \ tunnel.h \ + vlan.h \ vport.h \ vport-generic.h \ vport-internal_dev.h \