diff --git a/Makefile b/Makefile index 0cea796..60acaea 100644 --- a/Makefile +++ b/Makefile @@ -40,8 +40,6 @@ MAKE := make .SECONDARY: -all: tools - clean: @echo "CLEAN" @rm -rf $(BUILD) diff --git a/scripts/Makefile.host b/scripts/Makefile.host index 67f6dee..96de7ee 100644 --- a/scripts/Makefile.host +++ b/scripts/Makefile.host @@ -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 $@"