mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
arm: Add missing no-ctfconvert for fw_stub.awk target
This target produces a C file not an object file, so using ctfconvert on it should not be attempted. This keeps it in sync with all other uses of fw_stub.awk, squashes a warning seen during the build of TEGRA124 on FreeBSD and avoids the same issue failing the build on non-FreeBSD (such errors are #ifdef'ed into being warnings on FreeBSD in ctfconvert, which should be revisited in the future). Reviewed by: manu MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D41542
This commit is contained in:
parent
968a3db715
commit
c9b2751d76
@ -45,7 +45,7 @@ arm/nvidia/drm2/tegra_bo.c optional drm2
|
||||
tegra124_xusb_fw.c optional tegra124_xusb_fw \
|
||||
dependency "$S/arm/nvidia/tegra124/files.tegra124" \
|
||||
compile-with "${AWK} -f $S/tools/fw_stub.awk tegra124_xusb.fw:tegra124_xusb_fw -mtegra124_xusb_fw -c${.TARGET}" \
|
||||
no-implicit-rule before-depend local \
|
||||
no-ctfconvert no-implicit-rule before-depend local \
|
||||
clean "tegra124_xusb_fw.c"
|
||||
tegra124_xusb.fwo optional tegra124_xusb_fw \
|
||||
dependency "tegra124_xusb.fw" \
|
||||
|
Loading…
Reference in New Issue
Block a user