Re: [dpdk-dev] remove specific modules from meson/ninja build

2019-01-24 Thread Bruce Richardson
On Thu, Jan 24, 2019 at 06:41:01AM +, Liron Himi wrote: >Hi, > > >In our specific platform makefile we have removed several components. >Some due to conflicts and some to reduce final package size. > >As you know this can be done by setting to ‘false’ specific >‘CONFIG_RT

[dpdk-dev] remove specific modules from meson/ninja build

2019-01-23 Thread Liron Himi
Hi, In our specific platform makefile we have removed several components. Some due to conflicts and some to reduce final package size. As you know this can be done by setting to 'false' specific 'CONFIG_RTE_LIBRTE_'. Is there a way to do the same in the meson/ninja process? Regards, Liron