From 722285599b1ce45ca435f484b0f34a5e568487a1 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 11 Dec 2010 23:11:46 +0200 Subject: refactor OSD code and PCNT stuff --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.3