1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Makefile.include: do not build HEXFILE by default anymore

All boards must now use FLASHFILE
This commit is contained in:
Gaëtan Harter 2018-12-19 19:43:08 +01:00
parent 9f20c8a057
commit 37e72e13ca
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -473,7 +473,7 @@ ifeq ($(BUILD_IN_DOCKER),1)
link: ..in-docker-container
else
ifeq (,$(RIOTNOLINK))
link: ..compiler-check ..build-message $(ELFFILE) $(FLASHFILE) $(HEXFILE) print-size
link: ..compiler-check ..build-message $(ELFFILE) $(FLASHFILE) print-size
else
link: ..compiler-check ..build-message $(BASELIBS)
endif # RIOTNOLINK