aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2013-02-18 03:06:01 +0200
committernotaz2013-02-18 03:06:01 +0200
commit7010034e5499a82f96f9fb45e7be31789a3f63b9 (patch)
tree234d693977f035289124773af4087266b6f7b923 /Makefile
parent84b0e44599886bac368fa48cd82979019adb904d (diff)
downloadpcsx_rearmed-7010034e5499a82f96f9fb45e7be31789a3f63b9.tar.gz
pcsx_rearmed-7010034e5499a82f96f9fb45e7be31789a3f63b9.tar.bz2
pcsx_rearmed-7010034e5499a82f96f9fb45e7be31789a3f63b9.zip
frontend: maemo: some refactoring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 4a1e61c..5b2bef7 100644
--- a/Makefile
+++ b/Makefile
@@ -175,10 +175,7 @@ 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) -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)
+CFLAGS += $(shell pkg-config --cflags hildon-1) -DHAVE_TSLIB
CFLAGS += `pkg-config --cflags glib-2.0 libosso dbus-1 hildon-fm-2`
LDFLAGS += `pkg-config --libs glib-2.0 libosso dbus-1 hildon-fm-2`
endif