Commit 61ebc593 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

libertm is a prerequisite for the SPLL debugger tool, so make libertm/ before tools/

parent fe3b5155
......@@ -170,10 +170,10 @@ ifeq ($(GIT_USR),)
GIT_USR = $(shell whoami)@$(shell hostname)
endif
all: tools $(OUTPUT).elf $(arch-files-y)
ifeq ($(CONFIG_TARGET_ERTM14),y)
all: libertm
endif
all: tools $(OUTPUT).elf $(arch-files-y)
.PRECIOUS: %.elf %.bin
.PHONY: all tools clean gitmodules extest liblinux
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment