Home
last modified time | relevance | path

Searched hist:"734 f3719" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wan/
H A DMakefile734f3719 Thu Mar 26 00:57:16 CDT 2020 Masahiro Yamada <masahiroy@kernel.org> 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>
734f3719 Thu Mar 26 00:57:16 CDT 2020 Masahiro Yamada <masahiroy@kernel.org> 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>