kbuild: set no-integrated-as before incl. arch Makefile
authorStefan Agner <stefan@agner.ch>
Mon, 19 Mar 2018 21:12:53 +0000 (22:12 +0100)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 21 Mar 2018 09:20:11 +0000 (18:20 +0900)
commit0f0e8de334c54c38818a4a5390a39aa09deff5bf
tree90c66682b4793e1e249fc33ecbf143cbd70feb02
parent825d487583089f9a33d31650c9c41f6474aab7fc
kbuild: set no-integrated-as before incl. arch Makefile

In order to make sure compiler flag detection for ARM works
correctly the no-integrated-as flags need to be set before
including the arch specific Makefile.

Fixes: cfe17c9bbe6a ("kbuild: move cc-option and cc-disable-warning after incl. arch Makefile")
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile