Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the kernel PNPACPI driver. | ||||
3 | # | ||||
Thomas Renninger | 803711a | 2010-10-25 21:11:15 +0200 | [diff] [blame] | 4 | obj-y += pnp.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | |
Thomas Renninger | 803711a | 2010-10-25 21:11:15 +0200 | [diff] [blame] | 6 | pnp-y := core.o rsparser.o |