aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/task/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/elf/tests/task/Makefile')
-rw-r--r--apps/examples/elf/tests/task/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/examples/elf/tests/task/Makefile b/apps/examples/elf/tests/task/Makefile
index 63a2eb211..accac987f 100644
--- a/apps/examples/elf/tests/task/Makefile
+++ b/apps/examples/elf/tests/task/Makefile
@@ -55,4 +55,5 @@ clean:
@rm -f $(BIN) *.o *~ .*.swp core
install:
- @install -D $(BIN) $(ROMFS_DIR)/$(BIN)
+ @mkdir -p $(ROMFS_DIR)
+ @install $(BIN) $(ROMFS_DIR)/$(BIN)