1
0
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:
Marian Buschsieweke 2022-06-16 14:36:16 +02:00
parent d1317abc02
commit a247e87f8e
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -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)