build: add option to specify supported OS list for plugin
[vpp.git] / src / plugins / dma_intel / CMakeLists.txt
index 8fd8cd1..b683036 100644 (file)
@@ -6,4 +6,6 @@ add_vpp_plugin(dma_intel
   dsa.c
   format.c
   main.c
+
+  SUPPORTED_OS_LIST Linux
 )