projects
/
linux-2.6
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6]
/
drivers
/
pnp
/
pnpacpi
/
Makefile
Commit
Line
Data
1da177e4
LT
1
#
2
# Makefile for the kernel PNPACPI driver.
3
#
4
5
obj-y := core.o rsparser.o
1bd17e63
BH
6
7
ifeq ($(CONFIG_PNP_DEBUG),y)
8
EXTRA_CFLAGS += -DDEBUG
9
endif