Skip to content

Commit fa852e8

Browse files
LiBinSHATonyHan11
authored andcommitted
scripts: update flash loader path in project build
Signed-off-by: LI BIN <[email protected]>
1 parent 4789f11 commit fa852e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/Makefile.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ BUILDDIR ?= ./build/$(TARGET)/$(VARIANT)
3838
#-------------------------------------------------------------------------------
3939

4040
include $(TOP)/samba_applets/common/Makefile.inc
41-
include $(TOP)/flash_loaders/common/Makefile.inc
41+
include $(TOP)/flash_loaders/applets/common/Makefile.inc
4242
include $(TOP)/scripts/Makefile.config
4343
include $(TOP)/arch/Makefile.inc
4444
include $(TOP)/utils/Makefile.inc

scripts/iar_flash_loader_project.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ __REPLACE_DEFINES__
621621
<archiveVersion>1</archiveVersion>
622622
<data>
623623
<prebuild></prebuild>
624-
<postbuild>cmd /c "copy /Y "$PROJ_DIR$\build\__REPLACE_TARGET__\__REPLACE_CONF__\Exe\__REPLACE_BIN_NAME__.out" "$PROJ_DIR$\__REPLACE_TARGET__\__REPLACE_BIN_NAME__.out"</postbuild>
624+
<postbuild>cmd /c "copy /Y "$PROJ_DIR$\build\__REPLACE_TARGET__\__REPLACE_CONF__\Exe\__REPLACE_BIN_NAME__.out" "$PROJ_DIR$\..\..\__REPLACE_TARGET__\__REPLACE_BIN_NAME__.out"</postbuild>
625625
</data>
626626
</settings>
627627
<settings>

0 commit comments

Comments
 (0)