]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - Makefile
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)
committerJuerg Haefliger <juergh@canonical.com>
Wed, 24 Jul 2019 01:55:03 +0000 (19:55 -0600)
commit1703f1eae0ca3226bc3c4dec4977fe5316c01e78
treeee4bfb005256a37b194385d3ddebe2a37345ba2a
parentf9a93eed3716e0a54c0db510f65d3f78796cf3c4
kbuild: set no-integrated-as before incl. arch Makefile

BugLink: https://bugs.launchpad.net/bugs/1836654
[ Upstream commit 0f0e8de334c54c38818a4a5390a39aa09deff5bf ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Makefile