mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
Merge pull request #11757 from cladmi/pr/make/do_not_build_hexfile_by_default
Makefile.include: do not build HEXFILE by default anymore
This commit is contained in:
commit
1ad3c780d4
@ -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…
x
Reference in New Issue
Block a user