OSDN Git Service

net: wan: wanxl: use $(M68KCC) instead of $(M68KAS) for rebuilding firmware
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 26 Mar 2020 05:57:16 +0000 (14:57 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 29 Mar 2020 13:37:53 +0000 (22:37 +0900)
commit734f3719d3438f9cc181d674c33ca9762e9148a1
treef94621b2b3685f0c455ca28a3cf9ef787c8d0659
parent63b903dfebdea92aa92ad337d8451a6fbfeabf9d
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>
drivers/net/wan/Makefile