summaryrefslogtreecommitdiffstats
path: root/arch/sparc
diff options
context:
space:
mode:
authorMasahiro Yamada2019-07-13 04:45:58 +0200
committerMasahiro Yamada2019-07-17 15:37:51 +0200
commit5ef872636ca71d35ddc5ee5951c9272a51c74418 (patch)
tree032a6e8f7ae16e1debeac6be605bbdb30eeb0fd8 /arch/sparc
parentkconfig: fix missing choice values in auto.conf (diff)
downloadkernel-qcow2-linux-5ef872636ca71d35ddc5ee5951c9272a51c74418.tar.gz
kernel-qcow2-linux-5ef872636ca71d35ddc5ee5951c9272a51c74418.tar.xz
kernel-qcow2-linux-5ef872636ca71d35ddc5ee5951c9272a51c74418.zip
kbuild: get rid of misleading $(AS) from documents
The assembler files in the kernel are *.S instead of *.s, so they must be preprocessed. Since 'as' of GNU binutils is not able to preprocess, we always use $(CC) as an assembler driver. $(AS) is almost unused in Kbuild. As of v5.2, there is just one place that directly invokes $(AS). $ git grep -e '$(AS)' -e '${AS}' -e '$AS' -e '$(AS:' -e '${AS:' -- :^Documentation drivers/net/wan/Makefile: AS68K = $(AS) The documentation about *_AFLAGS* sounds like the flags were passed to $(AS). This is somewhat misleading. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Diffstat (limited to 'arch/sparc')
0 files changed, 0 insertions, 0 deletions