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
committerFelix Fietkau <nbd@nbd.name>2016-05-12 19:35:32 +0200
commit98010ab4898685ac32e8a27bb010c0872c401610 (patch)
treea79bfddbc2cb3c3ec1bf3c591f734c52a7c0bb7d /target/linux/generic/files/crypto/ocf/hifn/Makefile
parent3d6d5ccf593a1e2c537756002f82e96760daf4ac (diff)
downloadupstream-98010ab4898685ac32e8a27bb010c0872c401610.tar.gz
upstream-98010ab4898685ac32e8a27bb010c0872c401610.tar.bz2
upstream-98010ab4898685ac32e8a27bb010c0872c401610.zip
kernel: remove ocf support, cryptodev-linux should be used instead
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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
-