File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ EE_OBJS = main.o \
6060 modelname.o libcdvd_add.o OSDHistory.o OSDInit.o OSDConfig.o \
6161 $(EMBEDDED_STUFF ) \
6262 $(IOP_OBJS )
63-
6463EMBEDDED_STUFF = icon_sys_A.o icon_sys_J.o icon_sys_C.o
6564
65+ MAPFILE = PS2BBL_MAP.TXT
6666EE_CFLAGS = -Wall
6767EE_CFLAGS += -fdata-sections -ffunction-sections -DREPORT_FATAL_ERRORS
6868EE_LDFLAGS += -L$(PS2SDK ) /ports/lib
69- EE_LDFLAGS += -Wl,--gc-sections -Wno-sign-compare
69+ EE_LDFLAGS += -Wl,--gc-sections -Wno-sign-compare -Wl,-Map, $( MAPFILE )
7070EE_LIBS += -ldebug -lmc -lpatches
7171EE_INCS += -Iinclude -I$(PS2SDK ) /ports/include
7272EE_CFLAGS += -DVERSION=\"$(VERSION ) \" -DSUBVERSION=\"$(SUBVERSION ) \" -DPATCHLEVEL=\"$(PATCHLEVEL ) \" -DSTATUS=\"$(STATUS ) \"
You can’t perform that action at this time.
0 commit comments