diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-02-27 19:50:03 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-04-03 14:54:25 -0700 |
commit | 4b5e781dc8d981e9c58926464fc1fff16a8804ff (patch) | |
tree | 80cae2494d1fe76e74532c95f6e9a9e6327f5a82 /drivers | |
parent | 4717b03b56fedd1c44fe6a0701cd4e36e97efbab (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')
-rw-r--r-- | drivers/staging/Kconfig | 2 | ||||
-rw-r--r-- | drivers/staging/Makefile | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 073c154bdeb1..98dae044cbf5 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -111,5 +111,7 @@ source "drivers/staging/p9auth/Kconfig" source "drivers/staging/heci/Kconfig" +source "drivers/staging/line6/Kconfig" + endif # !STAGING_EXCLUDE_BUILD endif # STAGING diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index b69703e72c0c..2a859ee036da 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -38,3 +38,4 @@ obj-$(CONFIG_B3DFG) += b3dfg/ obj-$(CONFIG_IDE_PHISON) += phison/ obj-$(CONFIG_PLAN9AUTH) += p9auth/ obj-$(CONFIG_HECI) += heci/ +obj-$(CONFIG_LINE6_USB) += line6/ |