gpio: of: Check for "spi-cs-high" in child instead of parent node
[linux-2.6-block.git] / drivers / pnp / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for the Linux Plug-and-Play Support.
4#
5
803711af
TR
6obj-y := pnp.o
7
8pnp-y := core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o
1da177e4
LT
9
10obj-$(CONFIG_PNPACPI) += pnpacpi/
11obj-$(CONFIG_PNPBIOS) += pnpbios/
12obj-$(CONFIG_ISAPNP) += isapnp/
a05d0781 13
ed458df4 14# pnp_system_init goes after pnpacpi/pnpbios init
803711af 15pnp-y += system.o