1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 04:41:26 +04:00

[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

View File

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