Sign in
googlers
/
maze
/
linux
/
3a3eae0d66591572f771b9383e96ecacacee0abd
/
.
/
drivers
/
pnp
/
isapnp
/
Makefile
blob: 3e38f06f8d785b64d77a76a392d78c2593e44205 [
file
] [
log
] [
blame
]
#
# Makefile for the kernel ISAPNP driver.
#
isapnp
-
proc
-
$
(
CONFIG_PROC_FS
)
=
proc
.
o
obj
-
y
:=
core
.
o compat
.
o $
(
isapnp
-
proc
-
y
)
ifeq
(
$
(
CONFIG_PNP_DEBUG
),
y
)
EXTRA_CFLAGS
+=
-
DDEBUG
endif