From 3ca9b28c5b04220565c206bd73d9ebb48b64db3b Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 2 Feb 2011 08:35:38 -0800 Subject: Making a sample code for the 'romfs' thingy. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3