Skip to content

Commit

Permalink
fixup! riotboot: add riot-based minimal bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
kYc0o committed Oct 4, 2018
1 parent 0794970 commit 5b924f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/boot/riotboot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $(BINDIR)/$(APPLICATION)-slot0.riot.bin: %.riot.bin: %.hdr %.bin
$(Q)cat $^ > $@

# compile header tool if it doesn't exist
$(HEADER_TOOL):
$(HEADER_TOOL): FORCE
@echo "compiling $@..."
$(Q)/usr/bin/env -i \
QUIET=$(QUIET) \
Expand Down

0 comments on commit 5b924f3

Please sign in to comment.