Re: [PATCH] kbuild: avoid unrecognized option error for external DTC

2017-02-28 Thread Michael Ellerman
Ben Hutchings writes: > [ Unknown signature status ] > On Mon, 2017-02-27 at 14:40 +0900, Masahiro Yamada wrote: >> Since commit 6b22b3d1614a ("kbuild: Allow using host dtc instead of >> kernel's copy"), it is possible to use an external dtc.  In this >> case, we do not

Re: [PATCH] kbuild: avoid unrecognized option error for external DTC

2017-02-28 Thread Michael Ellerman
Ben Hutchings writes: > [ Unknown signature status ] > On Mon, 2017-02-27 at 14:40 +0900, Masahiro Yamada wrote: >> Since commit 6b22b3d1614a ("kbuild: Allow using host dtc instead of >> kernel's copy"), it is possible to use an external dtc.  In this >> case, we do not know which options are

Re: [PATCH] kbuild: avoid unrecognized option error for external DTC

2017-02-27 Thread Ben Hutchings
On Mon, 2017-02-27 at 14:40 +0900, Masahiro Yamada wrote: > Since commit 6b22b3d1614a ("kbuild: Allow using host dtc instead of > kernel's copy"), it is possible to use an external dtc.  In this > case, we do not know which options are supported on it. > > Commit bc553986a2f7 ("dtc: turn off dtc

Re: [PATCH] kbuild: avoid unrecognized option error for external DTC

2017-02-27 Thread Ben Hutchings
On Mon, 2017-02-27 at 14:40 +0900, Masahiro Yamada wrote: > Since commit 6b22b3d1614a ("kbuild: Allow using host dtc instead of > kernel's copy"), it is possible to use an external dtc.  In this > case, we do not know which options are supported on it. > > Commit bc553986a2f7 ("dtc: turn off dtc

[PATCH] kbuild: avoid unrecognized option error for external DTC

2017-02-26 Thread Masahiro Yamada
Since commit 6b22b3d1614a ("kbuild: Allow using host dtc instead of kernel's copy"), it is possible to use an external dtc. In this case, we do not know which options are supported on it. Commit bc553986a2f7 ("dtc: turn off dtc unit address warnings by default") gives -Wno-unit_address_vs_reg,

[PATCH] kbuild: avoid unrecognized option error for external DTC

2017-02-26 Thread Masahiro Yamada
Since commit 6b22b3d1614a ("kbuild: Allow using host dtc instead of kernel's copy"), it is possible to use an external dtc. In this case, we do not know which options are supported on it. Commit bc553986a2f7 ("dtc: turn off dtc unit address warnings by default") gives -Wno-unit_address_vs_reg,