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