repo.or.cz
/
pv_ops_mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ia64/kvm: compilation fix. export account_system_vtime.
[pv_ops_mirror.git]
/
drivers
/
pnp
/
pnpacpi
/
Makefile
blob
2d7a1e6908be7df6ba535fb8e18ad7c3701e4816
1
#
2
# Makefile for the kernel PNPACPI driver.
3
#
4
5
obj-y
:=
core.o rsparser.o
6
7
ifeq
($(
CONFIG_PNP_DEBUG
),
y
)
8
EXTRA_CFLAGS
+= -
DDEBUG
9
endif