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