diff options
author | Pixel <pixel@nobis-crew.org> | 2011-02-02 08:35:38 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-02-02 08:35:38 -0800 |
commit | 3ca9b28c5b04220565c206bd73d9ebb48b64db3b (patch) | |
tree | 86ffbb085f2c255de44321c858780c77dc7583d8 /Makefile | |
parent | 29dc401e5ba2c3f5676d426c4c1b10f1fc475fcd (diff) |
Making a sample code for the 'romfs' thingy.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |