Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
6a3f084971bad985722afe25b16a5c0a990cea75
/
.
/
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