build: add option to specify supported OS list for plugin
[vpp.git] / src / plugins / af_xdp / CMakeLists.txt
index 1097358..fd7ee4e 100644 (file)
@@ -70,4 +70,6 @@ add_vpp_plugin(af_xdp
   ${BPF_LIB}
   ${ELF_LIB}
   ${Z_LIB}
+
+  SUPPORTED_OS_LIST Linux
 )