mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +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
|
link: ..in-docker-container
|
||||||
else
|
else
|
||||||
ifeq (,$(RIOTNOLINK))
|
ifeq (,$(RIOTNOLINK))
|
||||||
link: ..compiler-check ..build-message $(ELFFILE) $(FLASHFILE) $(HEXFILE) print-size
|
link: ..compiler-check ..build-message $(ELFFILE) $(FLASHFILE) print-size
|
||||||
else
|
else
|
||||||
link: ..compiler-check ..build-message $(BASELIBS)
|
link: ..compiler-check ..build-message $(BASELIBS)
|
||||||
endif # RIOTNOLINK
|
endif # RIOTNOLINK
|
||||||
|
Loading…
Reference in New Issue
Block a user