Re: [PATCH 2/3] Kbuild: don't add obj tree in additional includes

From: Arnd Bergmann
Date: Wed Jun 15 2016 - 11:40:49 EST


On Tuesday, June 14, 2016 6:42:16 AM CEST kbuild test robot wrote:
> kernel/time/Kconfig:155:warning: range is invalid
> In file included from arch/x86/include/asm/seccomp.h:4:0,
> from include/linux/seccomp.h:11,
> from include/linux/sched.h:43,
> from arch/x86/um/shared/sysdep/kernel-offsets.h:2,
> from arch/um/kernel/asm-offsets.c:1:
> >> arch/x86/include/asm/unistd.h:15:29: fatal error: asm/unistd_32.h: No such file or directory
> # include <asm/unistd_32.h>

Clearly this version was no good, I'm following up with a (longer) replacement,
let's see how that works out.

Arnd