Move wii/app_booter to boostrap/wii

This commit is contained in:
twinaphex 2015-09-20 15:19:16 +02:00
parent 10ec315a43
commit 024a6776de
7 changed files with 2 additions and 2 deletions

View file

@ -139,7 +139,7 @@ ifeq ($(platform), wii)
HAVE_LIBRETRO_MANAGEMENT := 1
HAVE_LIBSICKSAXIS := 1
APP_BOOTER_DIR = wii/app_booter
APP_BOOTER_DIR = bootstrap/wii/app_booter
PLATOBJS := $(APP_BOOTER_DIR)/app_booter.binobj
ifeq ($(USBGECKO), 1)
CFLAGS += -DUSBGECKO

View file

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