]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/conf/Makefile.i386
xnu-2050.18.24.tar.gz
[apple/xnu.git] / libkern / conf / Makefile.i386
index f28e7a4591a49ee178c99f05f4c293c958cb360a..d756144780aa967082fb3717f27540404aaac23b 100644 (file)
@@ -2,12 +2,16 @@
 #BEGIN Machine dependent Makefile fragment for i386
 ######################################################################
 
+# sha1 Files to build with -DSHA1_USE_ASSEMBLY=1
+sha1.o_CFLAGS_ADD += -DSHA1_USE_ASSEMBLY=1
+
 # Files that must go in the __HIB segment:
 UNCONFIGURED_HIB_FILES= \
                        WKdmDecompress.o
 
 HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS))
 
+
 ######################################################################
 #END   Machine dependent Makefile fragment for i386
 ######################################################################