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

fbt, docs: typo fixes; vscode: fixed deprecated target names (#1926)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
hedger
2022-10-26 19:18:06 +04:00
committed by GitHub
parent 5c8df66b7c
commit a8edb41eae
3 changed files with 5 additions and 4 deletions

View File

@@ -292,9 +292,10 @@ Alias(fwenv["FIRMWARE_BUILD_CFG"] + "_all", fw_artifacts)
if fwenv["IS_BASE_FIRMWARE"]:
sdk_source = fwenv.SDKPrebuilder(
"sdk_origin",
# Deps on root SDK headers and generated files
(fwenv["SDK_HEADERS"], fwenv["FW_ASSETS_HEADERS"]),
)
# Extra deps for root headers and generated files
# Extra deps on headers included in deeper levels
Depends(sdk_source, fwenv.ProcessSdkDepends("sdk_origin.d"))
fwenv["SDK_DIR"] = fwenv.Dir("sdk")