]> git.droids-corp.org - dpdk.git/commitdiff
kni: fix meson warning about console keyword
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 10 Jan 2020 21:52:00 +0000 (21:52 +0000)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 14 Jan 2020 14:05:38 +0000 (15:05 +0100)
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: b78f32cff94d ("kni: support meson build")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Aaron Conole <aconole@redhat.com>
Acked-by: Luca Boccassi <bluca@debian.org>
kernel/linux/kni/meson.build

index 955eec94969ed34109fe20f382f6208d6bd33f31..f93e97fa09834344968df303755e3f7d3ca30b63 100644 (file)
@@ -23,7 +23,6 @@ custom_target('rte_kni',
                ' -I' + meson.current_source_dir(),
                'modules'],
        depends: kni_mkfile,
-       console: true,
        install: true,
        install_dir: kernel_dir + '/extra/dpdk',
        build_by_default: get_option('enable_kmods'))