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:
parent
9f20c8a057
commit
37e72e13ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user