On Thu, Jan 14, 2021 at 12:09 PM Bruce Richardson <bruce.richard...@intel.com> wrote: > > To verify that all DPDK headers are ok for inclusion directly in a C > file, and are not missing any other pre-requisite headers, we can > auto-generate for each header an empty C file that includes that header. > Compiling these files will throw errors if any header has unmet > dependencies. > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > --- > app/chkincs/gen_c_file_for_header.py | 49 ++++++++++++++++++++++++++++ > app/chkincs/main.c | 4 +++ > app/chkincs/meson.build | 28 ++++++++++++++++
Those are new files, so the patch is missing a MAINTAINERS update. -- David Marchand