aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaolo Iommarini2013-02-17 16:22:01 +0100
committerPaolo Iommarini2013-02-17 16:22:01 +0100
commitbaaef67b10823d852e517b24d3b33772533f7cd1 (patch)
tree0f8cb3b70626e8b08606b4e8a79f4e967b1390a2 /Makefile
parentfb7136b63cb24cf4188a8c90f593ca7ba9d78828 (diff)
downloadpcsx_rearmed-baaef67b10823d852e517b24d3b33772533f7cd1.tar.gz
pcsx_rearmed-baaef67b10823d852e517b24d3b33772533f7cd1.tar.bz2
pcsx_rearmed-baaef67b10823d852e517b24d3b33772533f7cd1.zip
Fixed makefile (TSLIB)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f9004fa..4a1e61c 100644
--- a/Makefile
+++ b/Makefile
@@ -171,11 +171,11 @@ USE_PLUGIN_LIB = 1
USE_FRONTEND = 1
endif
ifeq "$(PLATFORM)" "maemo"
-OBJS += maemo/hildon.o maemo/main.o maemo/maemo_xkb.o
+OBJS += maemo/hildon.o maemo/main.o maemo/maemo_xkb.o frontend/pl_gun_ts.o
maemo/%.o: maemo/%.c
USE_PLUGIN_LIB = 1
LDFLAGS += $(shell pkg-config --libs hildon-1 libpulse)
-EXTRA_CFLAGS += $(shell pkg-config --cflags hildon-1)
+EXTRA_CFLAGS += $(shell pkg-config --cflags hildon-1) -DHAVE_TSLIB
#EXTRA_CFLAGS += -DMAEMO -DMAEMO_CHANGES -march=armv7-a -O3 -mtune=cortex-a8 -mfpu=neon -funsafe-math-optimizations \
# -mstructure-size-boundary=32 -falign-functions=32 -falign-loops
CFLAGS += $(EXTRA_CFLAGS)