Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
de6405e9d1e7530ea33b62e1a3921338f836a046
/
.
/
drivers
/
pnp
/
pnpbios
/
Makefile
blob: 310e2b3a7710458e4e25518bfdb6f89ff713e9dd [
file
] [
log
] [
blame
]
#
# Makefile for the kernel PNPBIOS driver.
#
pnpbios
-
proc
-
$
(
CONFIG_PNPBIOS_PROC_FS
)
=
proc
.
o
obj
-
y
:=
core
.
o bioscalls
.
o rsparser
.
o $
(
pnpbios
-
proc
-
y
)
ifeq
(
$
(
CONFIG_PNP_DEBUG
),
y
)
EXTRA_CFLAGS
+=
-
DDEBUG
endif