1# 2# Makefile for the kernel PNPACPI driver. 3# 4 5obj-y := core.o rsparser.o 6 7ifeq ($(CONFIG_PNP_DEBUG),y) 8EXTRA_CFLAGS += -DDEBUG 9endif 10