On Mon, 25 Apr 2016, Arnd Bergmann wrote:
> When building with separate object trees, scripts/adjust_autoksyms.sh
> cannot be called from the object directory:
>
> /bin/bash: scripts/adjust_autoksyms.sh: No such file or directory
>
> This adds a $(src) prefix, as we do for all other shell scripts.
>
> Signed-off-by: Arnd Bergmann <[email protected]>
I posted fixes for all those problems already, plus another.
You may grab them all at once from this branch where I committed them on
top of Michal's kbuild branch:
git://git.linaro.org/people/nicolas.pitre/linux kbuild
Nicolas