We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a063594 commit 2867e2aCopy full SHA for 2867e2a
1 file changed
Makefile
@@ -60,13 +60,13 @@ EE_OBJS = main.o \
60
modelname.o libcdvd_add.o OSDHistory.o OSDInit.o OSDConfig.o \
61
$(EMBEDDED_STUFF) \
62
$(IOP_OBJS)
63
-
64
EMBEDDED_STUFF = icon_sys_A.o icon_sys_J.o icon_sys_C.o
65
+MAPFILE = PS2BBL_MAP.TXT
66
EE_CFLAGS = -Wall
67
EE_CFLAGS += -fdata-sections -ffunction-sections -DREPORT_FATAL_ERRORS
68
EE_LDFLAGS += -L$(PS2SDK)/ports/lib
69
-EE_LDFLAGS += -Wl,--gc-sections -Wno-sign-compare
+EE_LDFLAGS += -Wl,--gc-sections -Wno-sign-compare -Wl,-Map,$(MAPFILE)
70
EE_LIBS += -ldebug -lmc -lpatches
71
EE_INCS += -Iinclude -I$(PS2SDK)/ports/include
72
EE_CFLAGS += -DVERSION=\"$(VERSION)\" -DSUBVERSION=\"$(SUBVERSION)\" -DPATCHLEVEL=\"$(PATCHLEVEL)\" -DSTATUS=\"$(STATUS)\"
0 commit comments