Move some files around

This commit is contained in:
twinaphex 2015-09-20 15:21:55 +02:00
parent 024a6776de
commit aed6780d7a
9 changed files with 4 additions and 4 deletions

View File

@ -100,12 +100,12 @@ endif
ifeq ($(platform), ngc) ifeq ($(platform), ngc)
LDFLAGS += $(MACHDEP) -Wl,-Map,$(notdir $(EXT_INTER_TARGET)).map LDFLAGS += $(MACHDEP) -Wl,-Map,$(notdir $(EXT_INTER_TARGET)).map
ifeq ($(BIG_STACK), 1) ifeq ($(BIG_STACK), 1)
LDFLAGS += -T gx/ld/ogc.ld LDFLAGS += -T bootstrap/gx/ogc.ld
endif endif
else ifeq ($(platform), wii) else ifeq ($(platform), wii)
LDFLAGS += $(MACHDEP) -Wl,-Map,$(notdir $(EXT_INTER_TARGET)).map,-wrap,malloc,-wrap,free,-wrap,memalign,-wrap,calloc,-wrap,realloc,-wrap,strdup,-wrap,strndup,-wrap,malloc_usable_size LDFLAGS += $(MACHDEP) -Wl,-Map,$(notdir $(EXT_INTER_TARGET)).map,-wrap,malloc,-wrap,free,-wrap,memalign,-wrap,calloc,-wrap,realloc,-wrap,strdup,-wrap,strndup,-wrap,malloc_usable_size
ifeq ($(BIG_STACK), 1) ifeq ($(BIG_STACK), 1)
LDFLAGS += -T gx/ld/rvl.ld LDFLAGS += -T bootstrap/gx/rvl.ld
endif endif
endif endif
LIBS += -lfat -logc LIBS += -lfat -logc
@ -139,7 +139,7 @@ ifeq ($(platform), wii)
HAVE_LIBRETRO_MANAGEMENT := 1 HAVE_LIBRETRO_MANAGEMENT := 1
HAVE_LIBSICKSAXIS := 1 HAVE_LIBSICKSAXIS := 1
APP_BOOTER_DIR = bootstrap/wii/app_booter APP_BOOTER_DIR = bootstrap/gx/wii/app_booter
PLATOBJS := $(APP_BOOTER_DIR)/app_booter.binobj PLATOBJS := $(APP_BOOTER_DIR)/app_booter.binobj
ifeq ($(USBGECKO), 1) ifeq ($(USBGECKO), 1)
CFLAGS += -DUSBGECKO CFLAGS += -DUSBGECKO

View File

@ -37,7 +37,7 @@ CFLAGS += -Wall -std=gnu99 $(MACHDEP) $(INCLUDE)
LDFLAGS := $(MACHDEP) -Wl,-Map,$(notdir $(ELF_TARGET)).map LDFLAGS := $(MACHDEP) -Wl,-Map,$(notdir $(ELF_TARGET)).map
LIBS := -lfat -lwiiuse -logc -lbte LIBS := -lfat -lwiiuse -logc -lbte
APP_BOOTER_DIR = bootstrap/wii/app_booter APP_BOOTER_DIR = bootstrap/gx/wii/app_booter
OBJ = frontend/frontend_salamander.o \ OBJ = frontend/frontend_salamander.o \
frontend/frontend_driver.o \ frontend/frontend_driver.o \