Re: ARCH=arm64 build breakage for Kbuild for-next branch

2020-06-03 Thread Stephen Rothwell
Hi all, On Wed, 3 Jun 2020 14:24:04 +1000 Stephen Rothwell wrote: > > On Wed, 3 Jun 2020 13:11:59 +0900 Masahiro Yamada > wrote: > > > > If you pull the latest kbuild for-next branch, > > ARCH=arm64 will fail to build. > > > > I will fix it soon. > > > > For today's linux-next, you can

Re: ARCH=arm64 build breakage for Kbuild for-next branch

2020-06-02 Thread Stephen Rothwell
Hi Masahiro, On Wed, 3 Jun 2020 13:11:59 +0900 Masahiro Yamada wrote: > > If you pull the latest kbuild for-next branch, > ARCH=arm64 will fail to build. > > I will fix it soon. > > For today's linux-next, you can patch > as follows. > (or, you can use the old branch) > > > diff --git

ARCH=arm64 build breakage for Kbuild for-next branch

2020-06-02 Thread Masahiro Yamada
Hi Stephen, If you pull the latest kbuild for-next branch, ARCH=arm64 will fail to build. I will fix it soon. For today's linux-next, you can patch as follows. (or, you can use the old branch) diff --git a/Makefile b/Makefile index f80c4ff93ec9..fbb4b95ae648 100644 --- a/Makefile +++