Re: [PATCH] kbuild: add ARM support for tar-pkg

From: Masahiro Yamada
Date: Sat May 13 2017 - 11:23:09 EST


2017-05-13 20:31 GMT+09:00 Sascha Silbe <x-linux@xxxxxxxxxxxxxx>:
> The fallback code for "unknown" architectures doesn't work on ARM
> because for ARM (and a couple of other architectures) KBUILD_IMAGE
> contains only the file name, not the full path. Having an explicit
> rule also avoids printing the warning for unknown architectures.
>
> Signed-off-by: Sascha Silbe <x-linux@xxxxxxxxxxxxxx>
> ---

Now KBUILD_IMAGE contains the full path for all architectures.


Please check the following commit.

commit 152e6744ebfc8fa6cc9fff4ba36271f5f1ba2821
Author: Michal Marek <mmarek@xxxxxxxx>
Date: Tue Nov 22 22:34:30 2016 +0100

arm: Use full path in KBUILD_IMAGE definition



--
Best Regards
Masahiro Yamada