mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Makefile.include: fix typo
This commit is contained in:
parent
d1317abc02
commit
a247e87f8e
@ -679,7 +679,7 @@ binfile: $(BINFILE)
|
||||
flashfile: $(FLASHFILE)
|
||||
|
||||
ifeq (,$(FLASHFILE))
|
||||
$(error FLASHFILE is not defined for this board: $(FLASHFILE))
|
||||
$(error FLASHFILE is not defined for this board: $(BOARD))
|
||||
endif
|
||||
|
||||
BUILD_FILES += $(ELFFILE) $(BINFILE) $(FLASHFILE) $(HASHFILE)
|
||||
|
Loading…
Reference in New Issue
Block a user