Skip to content

Commit

Permalink
meson: streamline target declaration
Browse files Browse the repository at this point in the history
store the dependency objects themselves instead of strings
massage the target declarations to remove conditional targets based on which targets are enabled
  • Loading branch information
perigoso committed Nov 7, 2024
1 parent 5ab9a39 commit 3852d8e
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 87 deletions.
5 changes: 5 additions & 0 deletions meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,20 @@ option(
'ch579',
'efm',
'gd32',
'gd32_rv',
'hc32',
'lpc',
'mm32',
'nrf',
'nxp',
'puya',
'renesas_ra',
'renesas_rz',
'renesas',
'rp',
'sam',
'stm32f1',
'stm32f4',
'stm',
'ti',
'xilinx'
Expand Down
Loading

0 comments on commit 3852d8e

Please sign in to comment.