Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / pnp / Makefile
diff --git a/kernel/drivers/pnp/Makefile b/kernel/drivers/pnp/Makefile
new file mode 100644 (file)
index 0000000..bfba893
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# 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