Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / staging / skein / Makefile
diff --git a/kernel/drivers/staging/skein/Makefile b/kernel/drivers/staging/skein/Makefile
new file mode 100644 (file)
index 0000000..b7f947f
--- /dev/null
@@ -0,0 +1,10 @@
+#
+# Makefile for the skein secure hash algorithm
+#
+obj-$(CONFIG_CRYPTO_SKEIN) += skein.o
+skein-y := skein_base.o \
+          skein_api.o \
+          skein_block.o \
+          threefish_block.o \
+          threefish_api.o \
+          skein_generic.o