diff --git a/Makefile.psl1ght b/Makefile.psl1ght index a4d506006c..a2528a3fc9 100644 --- a/Makefile.psl1ght +++ b/Makefile.psl1ght @@ -27,7 +27,7 @@ ELF_TARGET := retroarch_psl1ght.elf SELF_TARGET := $(ELF_TARGET:.elf=.self) CORE_PATH = pkg/psl1ght/pkg/USRDIR/cores/CORE.SELF -INCLUDE += -I. -Ips3/gcmgl/include/export -Ips3/include -Ideps -Ideps/stb -Ilibretro-common/include/compat/zlib -Ilibretro-common/include $(LIBPSL1GHT_INC) -Iinclude -Idefines -I$(PORTLIBS)/include -I$(PORTLIBS)/include/freetype2 +INCLUDE += -I. -Ideps -Ideps/stb -Ilibretro-common/include/compat/zlib -Ilibretro-common/include $(LIBPSL1GHT_INC) -Iinclude -Idefines -I$(PORTLIBS)/include -I$(PORTLIBS)/include/freetype2 LIBDIRS += -L. -L$(PORTLIBS)/lib MACHDEP := -D__PSL1GHT__ -D__PS3__ -mcpu=cell diff --git a/Makefile.psl1ght.salamander b/Makefile.psl1ght.salamander index ed426b75ca..e0fa5907df 100644 --- a/Makefile.psl1ght.salamander +++ b/Makefile.psl1ght.salamander @@ -27,8 +27,8 @@ ELF_TARGET := retroarch_psl1ght_salamander.elf ELF_TARGET_NONSTRIPPED := retroarch_psl1ght_salamander_nonstripped.elf EBOOT_PATH = pkg/psl1ght/pkg/USRDIR/EBOOT.BIN -INCLUDE += -I. -Ips3/gcmgl/include/export -Ips3/include -Ideps -Ideps/stb -Ilibretro-common/include/compat/zlib \ - -Ilibretro-common/include $(LIBPSL1GHT_INC) -Iinclude -Idefines +INCLUDE += -I. -Ideps -Ideps/stb -Ilibretro-common/include/compat/zlib \ + -Ilibretro-common/include $(LIBPSL1GHT_INC) -Iinclude -Idefines LIBDIRS += -L. MACHDEP := -D__PS3__ -D__PSL1GHT__ -mcpu=cell -mhard-float -fmodulo-sched -ffunction-sections -fdata-sections