X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=7f4d21b04842e0e3aae7216edb95125302f61d20;hp=10614ec63aa119e1a6278583eea3dcf1e06b9417;hb=722285599b1ce45ca435f484b0f34a5e568487a1;hpb=d352cde27e89b1be21bf8f88c3ca79e0eb497165 diff --git a/Makefile b/Makefile index 10614ec6..7f4d21b0 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)