diff options
Diffstat (limited to 'include/modules-2.4.mk')
-rw-r--r-- | include/modules-2.4.mk | 10 |
1 files changed, 0 insertions, 10 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,\ |