[dpdk-dev] [PATCH v5 8/9] build: add additional common files support

Thomas Monjalon thomas at monjalon.net
Mon Jan 27 23:55:43 CET 2020


13/01/2020 22:55, Pallavi Kadam:
> Added support for additional common files in meson build
> to expand Windows EAL and to support the lcore parsing
> feature on Windows.
> 
> Signed-off-by: Pallavi Kadam <pallavi.kadam at intel.com>
> Signed-off-by: Antara Ganesh Kolar <antara.ganesh.kolar at intel.com>
> Reviewed-by: Ranjit Menon <ranjit.menon at intel.com>
> Reviewed-by: Keith Wiles <keith.wiles at intel.com>
> ---
> --- a/lib/librte_eal/windows/eal/meson.build
> +++ b/lib/librte_eal/windows/eal/meson.build
>  common_sources = files(
> +	'../../common/eal_common_bus.c',
> +	'../../common/eal_common_class.c',
> +	'../../common/eal_common_devargs.c',
>  	'../../common/eal_common_errno.c',
>  	'../../common/eal_common_launch.c',
>  	'../../common/eal_common_lcore.c',
> -	'../../common/eal_common_log.c'
> +	'../../common/eal_common_log.c',
> +	'../../common/eal_common_options.c',
> +	'../../common/eal_common_thread.c',
> +	'../../common/rte_option.c'

Please add a comma after the last item of the list, so the next patch
won't need to change this line.





More information about the dev mailing list