summaryrefslogtreecommitdiff
path: root/linux/crypto/ciphers/des/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'linux/crypto/ciphers/des/Makefile.objs')
-rw-r--r--linux/crypto/ciphers/des/Makefile.objs20
1 files changed, 20 insertions, 0 deletions
diff --git a/linux/crypto/ciphers/des/Makefile.objs b/linux/crypto/ciphers/des/Makefile.objs
new file mode 100644
index 000000000..4cef95963
--- /dev/null
+++ b/linux/crypto/ciphers/des/Makefile.objs
@@ -0,0 +1,20 @@
+obj-$(CONFIG_IPSEC_ENC_3DES) += cbc_enc.o
+#obj-$(CONFIG_IPSEC_ENC_3DES) += des_opts.o
+obj-$(CONFIG_IPSEC_ENC_3DES) += ecb_enc.o
+#obj-$(CONFIG_IPSEC_ENC_3DES) += fcrypt.o
+obj-$(CONFIG_IPSEC_ENC_3DES) += set_key.o
+
+ifeq ($(strip ${SUBARCH}),)
+SUBARCH:=${ARCH}
+endif
+
+ifeq (${SUBARCH},i386)
+obj-$(CONFIG_IPSEC_ENC_3DES) += dx86unix.o
+else
+obj-$(CONFIG_IPSEC_ENC_3DES) += des_enc.o
+endif
+
+
+
+
+