GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / pps / clients / Makefile
blob812c9b19b430951f1eed1b633fa12e3ad0de558f
2 # Makefile for PPS clients.
5 obj-$(CONFIG_PPS_CLIENT_KTIMER) += pps-ktimer.o
6 obj-$(CONFIG_PPS_CLIENT_LDISC) += pps-ldisc.o
8 ifeq ($(CONFIG_PPS_DEBUG),y)
9 EXTRA_CFLAGS += -DDEBUG
10 endif