From c42a23cd79d4a88efab67752a5930903c260d587 Mon Sep 17 00:00:00 2001 From: "Wesley W. Terpstra" Date: Thu, 30 Aug 2012 10:21:39 +0200 Subject: [PATCH] Generate the tools needed to build initial ram files --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c927de47..95ffb6ac 100644 --- a/Makefile +++ b/Makefile @@ -115,6 +115,7 @@ wrc: $(OBJS) ${CC} -o $(OUTPUT).elf revision.o $(OBJS) $(LDFLAGS) ${OBJCOPY} -O binary $(OUTPUT).elf $(OUTPUT).bin ${OBJDUMP} -d $(OUTPUT).elf > $(OUTPUT)_disasm.S + cd tools; $(MAKE) ./tools/genraminit $(OUTPUT).bin 0 > $(OUTPUT).ram ./tools/genramvhd -s 90112 $(OUTPUT).bin > $(OUTPUT).vhd -- 2.18.1