Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
9043476f726802f4b00c96d0c4f418dde48d1304
/
.
/
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