aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-02-27 22:50:03 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 17:54:25 -0400
commit4b5e781dc8d981e9c58926464fc1fff16a8804ff (patch)
tree80cae2494d1fe76e74532c95f6e9a9e6327f5a82 /drivers/staging
parent4717b03b56fedd1c44fe6a0701cd4e36e97efbab (diff)
Staging: line6: add to the build
This adds the line6 driver to the build system. Cc: Markus Grabner <grabner@icg.tugraz.at> Cc: Mariusz Kozlowski <m.kozlowski@tuxland.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/Kconfig2
-rw-r--r--drivers/staging/Makefile1
2 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig
index 073c154bdeb..98dae044cbf 100644
--- a/drivers/staging/Kconfig
+++ b/drivers/staging/Kconfig
@@ -111,5 +111,7 @@ source "drivers/staging/p9auth/Kconfig"
111 111
112source "drivers/staging/heci/Kconfig" 112source "drivers/staging/heci/Kconfig"
113 113
114source "drivers/staging/line6/Kconfig"
115
114endif # !STAGING_EXCLUDE_BUILD 116endif # !STAGING_EXCLUDE_BUILD
115endif # STAGING 117endif # STAGING
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
index b69703e72c0..2a859ee036d 100644
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
@@ -38,3 +38,4 @@ obj-$(CONFIG_B3DFG) += b3dfg/
38obj-$(CONFIG_IDE_PHISON) += phison/ 38obj-$(CONFIG_IDE_PHISON) += phison/
39obj-$(CONFIG_PLAN9AUTH) += p9auth/ 39obj-$(CONFIG_PLAN9AUTH) += p9auth/
40obj-$(CONFIG_HECI) += heci/ 40obj-$(CONFIG_HECI) += heci/
41obj-$(CONFIG_LINE6_USB) += line6/