aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8793d87..daceccd 100644
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,6 @@ else ifeq ($(platform), psp1)
-fomit-frame-pointer -fgcse-sm -fgcse-las -fgcse-after-reload \
-fweb -fpeel-loops
DEFS += -DPSP -D_PSP_FW_VERSION=371
- INCFLAGS += -I$(shell psp-config --pspsdk-path)/include
STATIC_LINKING := 1
# Vita
@@ -212,6 +211,10 @@ LIBRETRO_DIR := .
include Makefile.common
+ifeq ($(platform), psp1)
+ INCFLAGS += -I$(shell psp-config --pspsdk-path)/include
+endif
+
OBJECTS := $(SOURCES_C:.c=.o)
LDFLAGS += $(fpic) $(SHARED)