vppinfra: Place hugepage MMAP call behind linux specific ifdef
[vpp.git] / src / plugins / avf / CMakeLists.txt
index 66e6904..ca6f2cb 100644 (file)
@@ -15,23 +15,25 @@ add_vpp_plugin(avf
   SOURCES
   cli.c
   device.c
+  elog.c
   format.c
   input.c
   output.c
   plugin.c
   avf_api.c
+  flow.c
+  avf_fdir_lib.c
+  avf_rss_lib.c
 
   MULTIARCH_SOURCES
   input.c
   output.c
 
+  MULTIARCH_FORCE_ON trm
+
   API_FILES
   avf.api
 
   API_TEST_SOURCES
   avf_test.c
-
-  INSTALL_HEADERS
-  avf_all_api_h.h
-  avf_msg_enum.h
 )