Skip to content

Commit a547261

Browse files
committed
target/meson: Fix a mishap in the BMDA build configuration resulting from the new Renesas RZ support
1 parent d6a8970 commit a547261

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/target/meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,8 @@ libbmd_target_deps = [
285285
target_lpc,
286286
target_nrf,
287287
target_nxp,
288-
target_renesas,
288+
target_renesas_ra,
289+
target_renesas_rz,
289290
target_rp,
290291
target_sam,
291292
target_stm,

0 commit comments

Comments
 (0)