mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-23 05:14:16 +03:00
[FL-3596] fbt: added FW_CFG_<name> with build configuration (#3062)
This commit is contained in:
parent
9f6fc6fe79
commit
15894235a9
@ -93,6 +93,7 @@ else:
|
||||
"FURI_RAM_EXEC",
|
||||
],
|
||||
)
|
||||
env.AppendUnique(CPPDEFINES=["FW_CFG_${FIRMWARE_APP_SET}"])
|
||||
|
||||
env.ConfigureForTarget(env.subst("${TARGET_HW}"))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user