Searched hist:aa824e0c962b532d5073cbb41b2efcd6f5e72bae (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/ |
H A D | Makefile | aa824e0c962b532d5073cbb41b2efcd6f5e72bae Thu Mar 26 00:57:18 CDT 2020 Masahiro Yamada <masahiroy@kernel.org> kbuild: remove AS variable
As commit 5ef872636ca7 ("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>
|