diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-12 18:38:51 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-12 19:35:32 +0200 |
commit | 98010ab4898685ac32e8a27bb010c0872c401610 (patch) | |
tree | a79bfddbc2cb3c3ec1bf3c591f734c52a7c0bb7d /target/linux/generic/files/crypto/ocf/ocfnull/Makefile | |
parent | 3d6d5ccf593a1e2c537756002f82e96760daf4ac (diff) | |
download | upstream-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/ocfnull/Makefile')
-rw-r--r-- | target/linux/generic/files/crypto/ocf/ocfnull/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/generic/files/crypto/ocf/ocfnull/Makefile b/target/linux/generic/files/crypto/ocf/ocfnull/Makefile deleted file mode 100644 index 044bcacb7b..0000000000 --- a/target/linux/generic/files/crypto/ocf/ocfnull/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# for SGlinux builds --include $(ROOTDIR)/modules/.config - -obj-$(CONFIG_OCF_OCFNULL) += ocfnull.o - -obj ?= . -EXTRA_CFLAGS += -I$(obj)/.. - -ifdef TOPDIR --include $(TOPDIR)/Rules.make -endif - |