drm/radeon/kms: move panel mode setup into encoder mode set
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / pps / generators / Makefile
blob303304a6b8ec22a93e951b3cc0367884622981ca
2 # Makefile for PPS generators.
5 obj-$(CONFIG_PPS_GENERATOR_PARPORT) += pps_gen_parport.o
7 ifeq ($(CONFIG_PPS_DEBUG),y)
8 EXTRA_CFLAGS += -DDEBUG
9 endif