]> Git Repo - linux.git/blob - drivers/pps/generators/Makefile
drm/i915: Disable self-refresh for untiled fbs on i915gm
[linux.git] / drivers / pps / generators / Makefile
1 #
2 # Makefile for PPS generators.
3 #
4
5 obj-$(CONFIG_PPS_GENERATOR_PARPORT) += pps_gen_parport.o
6
7 ifeq ($(CONFIG_PPS_DEBUG),y)
8 EXTRA_CFLAGS += -DDEBUG
9 endif
This page took 0.035116 seconds and 4 git commands to generate.