Skip to content
Snippets Groups Projects
Commit 71b961be authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

make: .PHONY missing targets from Makefile.include

parent 9053cfe2
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ BASELIBS += $(BINDIR)$(BOARD)_base.a ...@@ -131,7 +131,7 @@ BASELIBS += $(BINDIR)$(BOARD)_base.a
BASELIBS += $(BINDIR)${APPLICATION}.a BASELIBS += $(BINDIR)${APPLICATION}.a
BASELIBS += $(USEPKG:%=${BINDIR}%.a) BASELIBS += $(USEPKG:%=${BINDIR}%.a)
.PHONY: all clean flash doc term .PHONY: all clean flash term doc debug debug-server reset objdump
ELFFILE ?= $(BINDIR)$(APPLICATION).elf ELFFILE ?= $(BINDIR)$(APPLICATION).elf
HEXFILE ?= $(ELFFILE:.elf=.hex) HEXFILE ?= $(ELFFILE:.elf=.hex)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment