build: disable experimental API check internally
[dpdk.git] / drivers / net / ice / meson.build
index 908a2ca..617b2c8 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]
 
@@ -11,7 +9,8 @@ sources = files(
        'ice_rxtx.c',
        'ice_switch_filter.c',
        'ice_generic_flow.c',
-       'ice_fdir_filter.c'
+       'ice_fdir_filter.c',
+       'ice_hash.c'
        )
 
 deps += ['hash']