Skip to content
Commit 7d7df745 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

net: wan: wanxl: refactor the firmware rebuild rule



Split the big recipe into 3 stages: compile, link, and hexdump.

After this commit, the build log with CONFIG_WANXL_BUILD_FIRMWARE
will look like this:

  M68KAS  drivers/net/wan/wanxlfw.o
  M68KLD  drivers/net/wan/wanxlfw.bin
  BLDFW   drivers/net/wan/wanxlfw.inc
  CC [M]  drivers/net/wan/wanxl.o

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 734f3719
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment