From dd3399ea2c160dbf56acef5acc792ede41e9b422 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sat, 29 Jan 2011 19:58:43 -0800 Subject: Wrong directory name. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3