1
0
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:
Kevin "Bear Puncher" Weiss 2019-07-16 10:03:56 +02:00 committed by GitHub
commit 1ad3c780d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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