notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fb7136b
)
Fixed makefile (TSLIB)
author
Paolo Iommarini
<sakya_tg@yahoo.it>
Sun, 17 Feb 2013 15:22:01 +0000
(16:22 +0100)
committer
Paolo Iommarini
<sakya_tg@yahoo.it>
Sun, 17 Feb 2013 15:22:01 +0000
(16:22 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
f9004fa
..
4a1e61c
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-171,11
+171,11
@@
USE_PLUGIN_LIB = 1
USE_FRONTEND = 1
endif
ifeq "$(PLATFORM)" "maemo"
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)
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)
#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)