diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |