diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-03-26 14:57:16 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-03-29 22:37:53 +0900 |
commit | 734f3719d3438f9cc181d674c33ca9762e9148a1 (patch) | |
tree | f94621b2b3685f0c455ca28a3cf9ef787c8d0659 /block/ioprio.c | |
parent | 63b903dfebdea92aa92ad337d8451a6fbfeabf9d (diff) |
net: wan: wanxl: use $(M68KCC) instead of $(M68KAS) for rebuilding firmware
The firmware source, wanxlfw.S, is currently compiled by the combo of
$(CPP) and $(M68KAS). This is not what we usually do for compiling *.S
files. In fact, this Makefile is the only user of $(AS) in the kernel
build.
Instead of combining $(CPP) and (AS) from different tool sets, using
$(M68KCC) as an assembler driver is simpler, and saner.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'block/ioprio.c')
0 files changed, 0 insertions, 0 deletions