[FL-3596] fbt: added FW_CFG_<name> with build configuration (#3062)

This commit is contained in:
hedger 2023-09-11 16:34:41 +03:00 committed by GitHub
parent 9f6fc6fe79
commit 15894235a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,6 +93,7 @@ else:
"FURI_RAM_EXEC",
],
)
env.AppendUnique(CPPDEFINES=["FW_CFG_${FIRMWARE_APP_SET}"])
env.ConfigureForTarget(env.subst("${TARGET_HW}"))