summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee7f336..203c0be 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ tools:
$(E) "[MAKE] Entering tools"
$(Q)$(MAKE) $(MAKE_OPTS) -C tools
-test-romfs.o: tools
+test-romfs.o: tools/mkromfs
$(E) "[ROMFS] Building test romfs"
$(Q) tools/mkromfs -d test-romfs test-romfs.bin
$(Q) $(TARGET_OBJCOPY_BIN) --prefix-sections '.romfs' test-romfs.bin test-romfs.o