]> 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 b89fdd145bdcbc8a2152e852e75a5f97a4ce0336..d756144780aa967082fb3717f27540404aaac23b 100644 (file)
@@ -2,6 +2,15 @@
 #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