Commit 00db8a8e authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: p9auth: add to the kernel build

This adds the p9auth code to the kernel build

Cc: Ashwin Ganti <ashwin.ganti@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 5dba0826
...@@ -105,5 +105,7 @@ source "drivers/staging/b3dfg/Kconfig" ...@@ -105,5 +105,7 @@ source "drivers/staging/b3dfg/Kconfig"
source "drivers/staging/phison/Kconfig" source "drivers/staging/phison/Kconfig"
source "drivers/staging/p9auth/Kconfig"
endif # !STAGING_EXCLUDE_BUILD endif # !STAGING_EXCLUDE_BUILD
endif # STAGING endif # STAGING
...@@ -35,3 +35,4 @@ obj-$(CONFIG_STLC45XX) += stlc45xx/ ...@@ -35,3 +35,4 @@ obj-$(CONFIG_STLC45XX) += stlc45xx/
obj-$(CONFIG_USB_SERIAL_ATEN2011) += uc2322/ obj-$(CONFIG_USB_SERIAL_ATEN2011) += uc2322/
obj-$(CONFIG_B3DFG) += b3dfg/ obj-$(CONFIG_B3DFG) += b3dfg/
obj-$(CONFIG_IDE_PHISON) += phison/ obj-$(CONFIG_IDE_PHISON) += phison/
obj-$(CONFIG_PLAN9AUTH) += p9auth/
config PLAN9AUTH
tristate "Plan 9 style capability device implementation"
default n
help
This module implements the Plan 9 style capability device.
To compile this driver as a module, choose
M here: the module will be called p9auth.
obj-$(CONFIG_PLAN9AUTH) += p9auth.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment