Re: [dpdk-dev] [PATCH v2 1/8] eal: remove useless makefiles

2020-03-27 Thread Bruce Richardson
On Fri, Mar 27, 2020 at 02:15:33AM +0100, Thomas Monjalon wrote: > When moving files to the directory kernel/, > the file BSDmakefile.meson was left in eal/. > > Also the intermediate makefiles in linux/ and freebsd/ became useless. > > Fixes: acaa9ee991b5 ("move kernel modules directories") > Cc

[dpdk-dev] [PATCH v2 1/8] eal: remove useless makefiles

2020-03-26 Thread Thomas Monjalon
When moving files to the directory kernel/, the file BSDmakefile.meson was left in eal/. Also the intermediate makefiles in linux/ and freebsd/ became useless. Fixes: acaa9ee991b5 ("move kernel modules directories") Cc: sta...@dpdk.org Signed-off-by: Thomas Monjalon --- MAINTAINERS