kexec: fix crash_save_vmcoreinfo_init build problem
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / pnp / pnpacpi / Makefile
blob2d7a1e6908be7df6ba535fb8e18ad7c3701e4816
2 # Makefile for the kernel PNPACPI driver.
5 obj-y := core.o rsparser.o
7 ifeq ($(CONFIG_PNP_DEBUG),y)
8 EXTRA_CFLAGS += -DDEBUG
9 endif