commit | b1e3fa4d7787fab817b7f4f1820161ad5e2214ee | [log] [tgz] |
---|---|---|
author | Luca Burelli <l.burelli@arduino.cc> | Wed Mar 05 11:24:15 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed Mar 12 19:02:45 2025 +0100 |
tree | c538e6ee2b39ddacd01e47b9c72bf8c10e5d93f3 | |
parent | cacf8f6a47150974b522c0b9842bbeef72d01d04 [diff] |
llext-edk: fix -imacros handling The -imacros flag may be given in a number of different variations: - with one or two preceding dashes, and - separated from its argument, joined by an equals sign, or joined with no separator This patch fixes the handling of the -imacros flag in the LLEXT EDK to detect all of those options. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>