Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
c7754d465b1feade85b5f1c4492781a30f6652a2
/
.
/
drivers
/
pnp
/
Makefile
blob: a381a92fd1b65dc0ef593d9b722747c9ee54b0f0 [
file
] [
log
] [
blame
]
#
# Makefile for the Linux Plug-and-Play Support.
#
obj
-
y
:=
core
.
o card
.
o driver
.
o resource
.
o manager
.
o support
.
o interface
.
o quirks
.
o system
.
o
obj
-
$
(
CONFIG_PNPACPI
)
+=
pnpacpi
/
obj
-
$
(
CONFIG_PNPBIOS
)
+=
pnpbios
/
obj
-
$
(
CONFIG_ISAPNP
)
+=
isapnp
/