Files
kernel_xiaomi_raphael/Documentation
Masahiro Yamada adb98370fc 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>
2022-09-22 15:53:59 +03:00
..
2022-04-03 15:41:24 +00:00
2021-08-16 12:27:20 +00:00
2021-08-11 09:00:06 +00:00
2022-01-22 14:28:43 +00:00
2021-06-03 08:36:11 +02:00
2021-06-03 08:36:11 +02:00
2021-08-16 12:27:20 +00:00
2019-03-21 16:19:55 -07:00