net/ice/base: change get PHY capability log level
[dpdk.git] / drivers / net / ice / base / meson.build
index 77a9802..ad5e5da 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',
@@ -8,11 +8,18 @@ sources = [
        'ice_switch.c',
        'ice_nvm.c',
        'ice_flex_pipe.c',
+       'ice_flow.c',
+       'ice_dcb.c',
+       'ice_fdir.c',
+       'ice_acl.c',
+       'ice_acl_ctrl.c',
+       'ice_vlan_mode.c',
 ]
 
 error_cflags = ['-Wno-unused-value',
                '-Wno-unused-but-set-variable',
                '-Wno-unused-variable',
+               '-Wno-unused-parameter',
 ]
 c_args = cflags