net/ice: handle PF initialization by DCF
[dpdk.git] / drivers / net / ice / meson.build
index f9e897b..e6fe744 100644 (file)
@@ -1,8 +1,6 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Intel Corporation
 
-allow_experimental_apis = true
-
 subdir('base')
 objs = [base_objs]
 
@@ -15,8 +13,8 @@ sources = files(
        'ice_hash.c'
        )
 
-deps += ['hash']
-includes += include_directories('base')
+deps += ['hash', 'net', 'common_iavf']
+includes += include_directories('base', '../../common/iavf')
 
 if arch_subdir == 'x86'
        sources += files('ice_rxtx_vec_sse.c')
@@ -37,4 +35,8 @@ if arch_subdir == 'x86'
        endif
 endif
 
+sources += files('ice_dcf.c',
+                'ice_dcf_ethdev.c',
+                'ice_dcf_parent.c')
+
 install_headers('rte_pmd_ice.h')