Sign in
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec-next
/
4d78b6c78ae6d87e4c1c8072f42efa716f04afb9
/
.
/
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
/