summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-24 13:38:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-24 13:38:40 +0100
commit83e587cc2ca21ff7e0eaa5e53d8d3edaca7a1d6d (patch)
tree94c7b37e550af153c3d86bc854c67d2b44458836 /mk
parent0ed8c5474b6d5033fef536500cfc4d64c6debc66 (diff)
parent67ec049f25e299957fada55ea8738e0967547c6f (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r--mk/modules.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/mk/modules.mk b/mk/modules.mk
index 8a8e7f2f0..89e8d0053 100644
--- a/mk/modules.mk
+++ b/mk/modules.mk
@@ -926,13 +926,7 @@ $(eval $(call KMOD_template,CRYPTO_FCRYPT,crypto-fcrypt,\
,11))
ZLIB:=lib/zlib_deflate/zlib_deflate
-ifeq ($(ADK_TARGET_SYSTEM_FOXBOARD_LX832),y)
-ifeq ($(ADK_TARGET_SYSTEM_FOXBOARD_LX416),y)
-ifeq ($(ADK_TARGET_SYSTEM_LINKSYS_AG241),y)
ZLIB+=lib/zlib_inflate/zlib_inflate
-endif
-endif
-endif
$(eval $(call KMOD_template,CRYPTO_DEFLATE,crypto-deflate,\
$(foreach mod, $(ZLIB),$(MODULES_DIR)/kernel/$(mod)) \