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
/
isapnp
/
Makefile
blob
3e38f06f8d785b64d77a76a392d78c2593e44205
1
#
2
# Makefile for the kernel ISAPNP driver.
3
#
4
5
isapnp-proc-
$(
CONFIG_PROC_FS
) =
proc.o
6
7
obj-y
:=
core.o compat.o
$(
isapnp-proc-y
)
8
9
ifeq
($(
CONFIG_PNP_DEBUG
),
y
)
10
EXTRA_CFLAGS
+= -
DDEBUG
11
endif