aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2010-12-11 23:11:46 +0200
committernotaz2010-12-14 15:25:05 +0200
commit722285599b1ce45ca435f484b0f34a5e568487a1 (patch)
tree5f040ca6fe9e2f6bf84a1fefe4a658282e520a15 /Makefile
parentd352cde27e89b1be21bf8f88c3ca79e0eb497165 (diff)
downloadpcsx_rearmed-722285599b1ce45ca435f484b0f34a5e568487a1.tar.gz
pcsx_rearmed-722285599b1ce45ca435f484b0f34a5e568487a1.tar.bz2
pcsx_rearmed-722285599b1ce45ca435f484b0f34a5e568487a1.zip
refactor OSD code and PCNT stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 10614ec..7f4d21b 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,9 @@ OBJS += frontend/plat_omap.o
else
OBJS += frontend/plat_dummy.o
endif
+ifdef PCNT
+CFLAGS += -DPCNT
+endif
frontend/%.o: CFLAGS += -Wall -DIN_EVDEV
$(TARGET): $(OBJS)