ppsi.h: forcibly include autoconf.h, and define ARRAY_SIZE
In the next commits we'll need CONFIG_ symbols and ARRAY_SIZE
Unfortunately, we can't use "-include include/generated/autoconf.h"
in CFLAGS, because pp_printf is built with our CFLAGS from its own
directory. And I'd better not include the full pathname as our make
is verbose
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
Please register or sign in to comment