aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/crypto/ocf/hifn/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-05-12 18:38:51 +0200
committerRalph Sennhauser <ralph.sennhauser@gmail.com>2016-11-04 21:42:59 +0100
commitfc1cd99cfeb396cc9bf03c228a4e66446c526abe (patch)
tree233705c955a15f94823e9c25a09e0870915284b3 /target/linux/generic/files/crypto/ocf/hifn/Makefile
parent2f80e9df819ef5100aa0149b43522de060c2bada (diff)
downloadmaster-187ad058-fc1cd99cfeb396cc9bf03c228a4e66446c526abe.tar.gz
master-187ad058-fc1cd99cfeb396cc9bf03c228a4e66446c526abe.tar.bz2
master-187ad058-fc1cd99cfeb396cc9bf03c228a4e66446c526abe.zip
kernel: remove ocf support, cryptodev-linux should be used instead
Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
Diffstat (limited to 'target/linux/generic/files/crypto/ocf/hifn/Makefile')
-rw-r--r--target/linux/generic/files/crypto/ocf/hifn/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/generic/files/crypto/ocf/hifn/Makefile b/target/linux/generic/files/crypto/ocf/hifn/Makefile
deleted file mode 100644
index 163fed0543..0000000000
--- a/target/linux/generic/files/crypto/ocf/hifn/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# for SGlinux builds
--include $(ROOTDIR)/modules/.config
-
-obj-$(CONFIG_OCF_HIFN) += hifn7751.o
-obj-$(CONFIG_OCF_HIFNHIPP) += hifnHIPP.o
-
-obj ?= .
-EXTRA_CFLAGS += -I$(obj)/.. -I$(obj)/
-
-ifdef TOPDIR
--include $(TOPDIR)/Rules.make
-endif
-