aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/modules-2.4.mk10
-rw-r--r--include/modules-2.6.mk8
2 files changed, 0 insertions, 18 deletions
diff --git a/include/modules-2.4.mk b/include/modules-2.4.mk
index f8d966f401..93a8973734 100644
--- a/include/modules-2.4.mk
+++ b/include/modules-2.4.mk
@@ -122,16 +122,6 @@ $(eval $(call KMOD_template,NBD,nbd,\
,CONFIG_BLK_DEV_NBD,,20,nbd))
-# Crypto
-
-ifneq ($(wildcard $(MODULES_DIR)/kernel/crypto/*.o),)
-CONFIG_CRYPTO:=m
-endif
-$(eval $(call KMOD_template,CRYPTO,crypto,\
- $(MODULES_DIR)/kernel/crypto/*.o \
-,CONFIG_CRYPTO))
-
-
# Filesystems
$(eval $(call KMOD_template,FS_CIFS,fs-cifs,\
diff --git a/include/modules-2.6.mk b/include/modules-2.6.mk
index c98e4ea8a4..6767586437 100644
--- a/include/modules-2.6.mk
+++ b/include/modules-2.6.mk
@@ -126,14 +126,6 @@ $(eval $(call KMOD_template,NBD,nbd,\
$(MODULES_DIR)/kernel/drivers/block/nbd.ko \
,CONFIG_BLK_DEV_NBD,,20,nbd))
-
-# Crypto
-
-$(eval $(call KMOD_template,CRYPTO,crypto,\
- $(MODULES_DIR)/kernel/crypto/*.ko \
-))
-
-
# Filesystems
$(eval $(call KMOD_template,FS_CIFS,fs-cifs,\