summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraliaspider2014-12-09 00:17:28 +0100
committeraliaspider2014-12-09 00:17:28 +0100
commit8f9b841f721bbfbc74590267e57e0bb4744ae63f (patch)
tree568cffe5287aeb3bb907de99681e7d881d5f0277 /Makefile
parent365077772d3d8d5d479febd0388d7e74ef08d508 (diff)
downloadpicogpsp-8f9b841f721bbfbc74590267e57e0bb4744ae63f.tar.gz
picogpsp-8f9b841f721bbfbc74590267e57e0bb4744ae63f.tar.bz2
picogpsp-8f9b841f721bbfbc74590267e57e0bb4744ae63f.zip
can compile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3be6a1e..a9aab37 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CC = gcc
AR = psp-ar
STATIC_LINKING = 0
-CFLAGS += -fPIC
+CFLAGS += -fPIC -Werror-implicit-function-declaration
CFLAGS += -DPC_BUILD -Wall -m32
CFLAGS += -D__LIBRETRO__
@@ -26,7 +26,7 @@ OBJS += input.o
OBJS += sound.o
OBJS += cpu_threaded.o
-OBJS += x86_stub.o
+OBJS += x86/x86_stub.o
OBJS += cheats.o
OBJS += zip.o