]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: remove unused AS assignment
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 27 Apr 2020 00:30:19 +0000 (09:30 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 12 May 2020 04:28:33 +0000 (13:28 +0900)
commitd9ba88dfe7a5fd99144e20c49c50538f4326f906
tree8bdffa887eb4f8edbe348bbf7f545126e8afc472
parent8b3b45378a22a9d195b8d1c0c3568f0965cf5122
kbuild: remove unused AS assignment

$(AS) is not used anywhere in the kernel build, hence commit
efe38301602b ("kbuild: remove AS variable") killed it.

Remove the left-over code in arch/{arm,arm64}/Makefile.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Acked-by: Will Deacon <will@kernel.org>
arch/arm/Makefile
arch/arm64/Makefile