aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep/Makefile
diff options
context:
space:
mode:
authorMark Allyn <mark.a.allyn@intel.com>2011-12-28 12:37:59 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2012-01-30 17:00:03 -0500
commitff3d9c3c90c6edcb975c390db3671713899c2842 (patch)
tree083ca277582892062a9a7bf91de6a1f421007278 /drivers/staging/sep/Makefile
parentdcd6c92267155e70a94b3927bce681ce74b80d1f (diff)
staging: sep: SEP update
This is basically a rewrite so there isn't a nice easy to present way of providing this as a patch series. This patch is a pull of Mark's new driver into the upstream staging area. On top of that are a series of patches by Andy Shevchenko to make it build on the current tree, fix a few things and even get it passed sparse. The new driver supports the kernel crypto layer, passes the coding style checks, passes human taste checks and has proper kernel-doc formatted comments. I've then folded back in some later fixes it was missing that got applied to to the kernel tree. This should be ready for more serious review with a view to migration from the staging tree shortly. Signed-off-by: Mark Allyn <mark.a.allyn@intel.com> [Forward port and some bug fixing] Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> [Fold and tweaks for 3.2] Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sep/Makefile')
-rw-r--r--drivers/staging/sep/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/staging/sep/Makefile b/drivers/staging/sep/Makefile
index 628d5f91941..e48a7959289 100644
--- a/drivers/staging/sep/Makefile
+++ b/drivers/staging/sep/Makefile
@@ -1,2 +1,3 @@
1obj-$(CONFIG_DX_SEP) := sep_driver.o 1ccflags-y += -I$(srctree)/$(src)
2 2obj-$(CONFIG_DX_SEP) += sep_driver.o
3sep_driver-objs := sep_crypto.o sep_main.o