net/af_packet: remove redundant declaration
[dpdk.git] / drivers / net / ixgbe / meson.build
index f649e65..544a141 100644 (file)
@@ -5,10 +5,11 @@ version = 2
 
 cflags += ['-DRTE_LIBRTE_IXGBE_BYPASS']
 
+allow_experimental_apis = true
+
 subdir('base')
 objs = [base_objs]
 
-allow_experimental_apis = true
 sources = files(
        'ixgbe_82599_bypass.c',
        'ixgbe_bypass.c',
@@ -19,6 +20,7 @@ sources = files(
        'ixgbe_pf.c',
        'ixgbe_rxtx.c',
        'ixgbe_tm.c',
+       'ixgbe_vf_representor.c',
        'rte_pmd_ixgbe.c'
 )