fbt: fixed dependency issues with SDK definition file (#1893)
* fbt: fixed dependency issues with SDK definition file * fbt: more path fixes; marked up new symbols
This commit is contained in:
@@ -9,8 +9,10 @@ env.Append(
|
||||
File("#/firmware/targets/f7/platform_specific/intrinsic_export.h"),
|
||||
],
|
||||
)
|
||||
env.SetDefault(SDK_DEFINITION=env.File("./targets/f${TARGET_HW}/api_symbols.csv"))
|
||||
|
||||
env.SetDefault(
|
||||
SDK_DEFINITION=env.File("./targets/f${TARGET_HW}/api_symbols.csv").srcnode()
|
||||
)
|
||||
|
||||
libenv = env.Clone(FW_LIB_NAME="flipper${TARGET_HW}")
|
||||
libenv.Append(
|
||||
|
Reference in New Issue
Block a user