]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/pnp/pnpacpi/Makefile
Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2
[linux-2.6-omap-h63xx.git] / drivers / pnp / pnpacpi / Makefile
1 #
2 # Makefile for the kernel PNPACPI driver.
3 #
4
5 obj-y := core.o rsparser.o
6
7 ifeq ($(CONFIG_PNP_DEBUG),y)
8 EXTRA_CFLAGS += -DDEBUG
9 endif