]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: remove AS variable
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 26 Mar 2020 05:57:18 +0000 (14:57 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 29 Mar 2020 13:37:53 +0000 (22:37 +0900)
commitefe38301602b5f4c543026e204f375a913b32394
tree082eaedd2e740d9449ebb96500dde23b6b1784ce
parentdc1aa42cb35aca5294218fc203278e39ad6c0a6d
kbuild: remove AS variable

As commit 68c2de6e9bfe ("kbuild: get rid of misleading $(AS) from
documents") noted, we rarely use $(AS) directly in the kernel build.

Now that the only/last user of $(AS) in drivers/net/wan/Makefile was
converted to $(CC), $(AS) is no longer used in the build process.

You can still pass in AS=clang, which is just a switch to turn on
the LLVM integrated assembler.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Tested-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Makefile