Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
1bd17e63a068db6f464925a79b1cc4b27a8b1af9
/
.
/
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