summaryrefslogtreecommitdiffstats
path: root/drivers/staging/quickstart/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2010-07-09 01:25:55 +0200
committerGreg Kroah-Hartman2010-07-09 01:25:55 +0200
commit8dd1260f93ecc28cb36fd75e15ddca34b571602e (patch)
tree6a4b7a71203df12406ce0335e0e3bf5e24ccef51 /drivers/staging/quickstart/Makefile
parentStaging: add quickstart acpi key driver (diff)
downloadkernel-qcow2-linux-8dd1260f93ecc28cb36fd75e15ddca34b571602e.tar.gz
kernel-qcow2-linux-8dd1260f93ecc28cb36fd75e15ddca34b571602e.tar.xz
kernel-qcow2-linux-8dd1260f93ecc28cb36fd75e15ddca34b571602e.zip
Staging: quickstart: add the quickstart driver to the build
This adds the needed Kconfig and Makefile changes to add the quickstart driver to the build. Cc: Angelo Arrifano <miknix@gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/quickstart/Makefile')
-rw-r--r--drivers/staging/quickstart/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/quickstart/Makefile b/drivers/staging/quickstart/Makefile
new file mode 100644
index 000000000000..290e0e476797
--- /dev/null
+++ b/drivers/staging/quickstart/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_ACPI_QUICKSTART) += quickstart.o