From 68ff958252af028dc3bb9a94939d3f92bf923f63 Mon Sep 17 00:00:00 2001 From: Toad King Date: Wed, 22 Aug 2012 06:42:40 -0400 Subject: [PATCH] (GX) generate memory map (for help with potential bug reports) --- Makefile.wii | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.wii b/Makefile.wii index e38c192f7d..cde9297a8c 100644 --- a/Makefile.wii +++ b/Makefile.wii @@ -34,7 +34,7 @@ LIBDIRS := -L$(DEVKITPRO)/libogc/lib/wii -L. MACHDEP := -DGEKKO -DHW_RVL -mrvl -mcpu=750 -meabi -mhard-float CFLAGS += -Wall -std=gnu99 $(MACHDEP) $(INCLUDE) -LDFLAGS := $(MACHDEP) -T gx/ld/rvl.ld +LDFLAGS := $(MACHDEP) -Wl,-Map,$(notdir $(ELF_TARGET)).map -T gx/ld/rvl.ld LIBS := -lfat -lretro_wii -lwiiuse -logc -lbte OBJ = console/griffin/griffin.o console/font.bmpobj console/rzlib/rzlib.o