Skip to content

Commit 3852d8e

Browse files
committed
meson: streamline target declaration
store the dependency objects themselves instead of strings massage the target declarations to remove conditional targets based on which targets are enabled
1 parent 5ab9a39 commit 3852d8e

File tree

2 files changed

+74
-87
lines changed

2 files changed

+74
-87
lines changed

meson_options.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,20 @@ option(
3636
'ch579',
3737
'efm',
3838
'gd32',
39+
'gd32_rv',
3940
'hc32',
4041
'lpc',
4142
'mm32',
4243
'nrf',
4344
'nxp',
4445
'puya',
46+
'renesas_ra',
47+
'renesas_rz',
4548
'renesas',
4649
'rp',
4750
'sam',
51+
'stm32f1',
52+
'stm32f4',
4853
'stm',
4954
'ti',
5055
'xilinx'

0 commit comments

Comments
 (0)