summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-01-29 19:58:43 -0800
committerPixel <pixel@nobis-crew.org>2011-01-29 19:58:43 -0800
commitdd3399ea2c160dbf56acef5acc792ede41e9b422 (patch)
treee2a26faedfb6cf7f1b50cb7857c884af869b12e8
parentdeeefd2e53795500ebb2afcc0b4d97e84eb7f7e9 (diff)
Wrong directory name.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 194079c..6f6399d 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ tools:
test-romfs.o: tools
$(E) "[ROMFS] Building test romfs"
- $(Q) tools/mkromfs -d test test-romfs.bin
+ $(Q) tools/mkromfs -d test-romfs test-romfs.bin
$(Q) $(TARGET_OBJCOPY_BIN) --prefix-sections '.romfs' test-romfs.bin test-romfs.o
$(Q)$(MAKE) $(MAKE_OPTS) -C tools