summaryrefslogtreecommitdiff
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r--tools/firmware-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile
index 309189b..585090e 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -64,7 +64,7 @@ define Host/Compile
$(call cc,fix-u-media-header cyg_crc32,-Wall)
$(call cc,hcsmakeimage bcmalgo)
$(call cc,mkporayfw, -Wall)
- $(call cc,mkhilinkfw, -lcrypto)
+ #$(call cc,mkhilinkfw, -lcrypto)
$(call cc,mkdcs932, -Wall)
endef