xref: /linux/drivers/pnp/pnpacpi/Makefile (revision 5f4123be3cdb1dbd77fa9d6d2bb96bb9689a0a19)
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