make: only builds tools for host
This commit is contained in:
parent
d1da4b3c9d
commit
1fa1dfefb1
2 changed files with 1 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -40,8 +40,6 @@ MAKE := make
|
|||
|
||||
.SECONDARY:
|
||||
|
||||
all: tools
|
||||
|
||||
clean:
|
||||
@echo "CLEAN"
|
||||
@rm -rf $(BUILD)
|
||||
|
|
|
@ -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 $@"
|
||||
|
|
Loading…
Add table
Reference in a new issue