]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/base/meson.build
net/ice/base: specify global RSS LUT id in get/set RSS LUT
[dpdk.git] / drivers / net / ice / base / meson.build
index 624202567c62ae871791dc435ff086257f1eccc2..22963ce31d6e67e231917752ad58343d7e186d74 100644 (file)
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: BSD-3-Clause
-# Copyright(c) 2018 Intel Corporation
+# Copyright(c) 2018-2020 Intel Corporation
 
 sources = [
        'ice_controlq.c',
@@ -11,11 +11,14 @@ sources = [
        'ice_flow.c',
        'ice_dcb.c',
        'ice_fdir.c',
+       'ice_acl.c',
+       'ice_acl_ctrl.c',
 ]
 
 error_cflags = ['-Wno-unused-value',
                '-Wno-unused-but-set-variable',
                '-Wno-unused-variable',
+               '-Wno-unused-parameter',
 ]
 c_args = cflags