Skip to content

Commit

Permalink
kni: fix meson warning about console keyword
Browse files Browse the repository at this point in the history
[ upstream commit 4a4ccf8 ]

Since kni no longer includes the ethtool code and so is faster to build, we
no longer need the console parameter to have incremental screen updates as
it builds. Therefore, we drop the keyword which removes the warning.

Fixes: b78f32c ("kni: support meson build")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Aaron Conole <aconole@redhat.com>
Acked-by: Luca Boccassi <bluca@debian.org>
  • Loading branch information
bruce-richardson authored and kevintraynor committed Feb 7, 2020
1 parent cd487d1 commit 3568c63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/linux/kni/meson.build
Expand Up @@ -28,7 +28,6 @@ custom_target('rte_kni',
' -I' + meson.current_source_dir() + '/ethtool/igb',
'modules'],
depends: kni_mkfile,
console: true,
install: true,
install_dir: kernel_dir + '/extra/dpdk',
build_by_default: get_option('enable_kmods'))

0 comments on commit 3568c63

Please sign in to comment.