From 2c3c1048746a4622d8c89a29670120dc8fab93c4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:49:45 +0200 Subject: Adding upstream version 6.1.76. Signed-off-by: Daniel Baumann --- drivers/pnp/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 drivers/pnp/Makefile (limited to 'drivers/pnp/Makefile') diff --git a/drivers/pnp/Makefile b/drivers/pnp/Makefile new file mode 100644 index 000000000..71d532f18 --- /dev/null +++ b/drivers/pnp/Makefile @@ -0,0 +1,15 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for the Linux Plug-and-Play Support. +# + +obj-y := pnp.o + +pnp-y := core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o + +obj-$(CONFIG_PNPACPI) += pnpacpi/ +obj-$(CONFIG_PNPBIOS) += pnpbios/ +obj-$(CONFIG_ISAPNP) += isapnp/ + +# pnp_system_init goes after pnpacpi/pnpbios init +pnp-y += system.o -- cgit v1.2.3