make: only builds tools for host

This commit is contained in:
S.J.R. van Schaik 2017-03-31 15:54:27 +02:00
parent d1da4b3c9d
commit 1fa1dfefb1
2 changed files with 1 additions and 2 deletions

View file

@ -40,8 +40,6 @@ MAKE := make
.SECONDARY:
all: tools
clean:
@echo "CLEAN"
@rm -rf $(BUILD)

View file

@ -2,6 +2,7 @@ obj-y += source/drivers/sandbox_flash.o
obj-y += source/drivers/stdio_console.o
tools: $(BUILD)/create-image
all: tools
$(BUILD)/create-image: $(BUILD)/source/tools/create_image.o
@echo "LD $@"