Skip to content

Commit

Permalink
Correction of wrong name in apps.tar
Browse files Browse the repository at this point in the history
  • Loading branch information
zardam committed Dec 8, 2019
1 parent 1ad7f1e commit 588f4cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/Nofrendo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ FORCE:
$(CC) $(CFLAGS) -c $< -o $@

clean:
rm -f $(OBJS)
rm -f $(OBJS) app.elf
2 changes: 1 addition & 1 deletion archive
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rm -f "${OUTPUT}"
POS=0

while [ ! -z "$1" ]; do
NAME="$(basename "$1" .elf)"
NAME="$(basename $(dirname "$1"))"
sed "s/\+ (0)/+ (${POS})/" apps/external.ld > temp.ld
"${LD}" "$1" -o "${NAME}_linked.elf" -Ttemp.ld
"${OBJCOPY}" -O binary "${NAME}_linked.elf" "${NAME}"
Expand Down

0 comments on commit 588f4cb

Please sign in to comment.