mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
pc-bios/dtb/meson: Prefer target name to be outfile, not infile
Makes this custom_target() usage consistent with other ones in QEMU.
Fixes: 6e0dc9d2a8
("meson: compile bundled device trees")
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Link: https://lore.kernel.org/r/20250610204131.2862-3-shentey@gmail.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
5d353cce65
commit
6c2888dd0f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ dtc = find_program('dtc', required: false)
|
|||
if dtc.found()
|
||||
foreach out : dtbs
|
||||
f = fs.replace_suffix(out, '.dts')
|
||||
custom_target(f,
|
||||
custom_target(out,
|
||||
build_by_default: have_system,
|
||||
input: files(f),
|
||||
output: out,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue