]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/conf/Makefile.x86_64
xnu-6153.11.26.tar.gz
[apple/xnu.git] / bsd / conf / Makefile.x86_64
index e45baf159f09cd716866da2e0af77dd29e32b7c4..c397a6e9ba2ac7705b7ba7f0740616cc81e4c595 100644 (file)
@@ -1,14 +1,11 @@
 ######################################################################
 #BEGIN  Machine dependent Makefile fragment for x86_64
 ######################################################################
+
 # Files to build with certain warnings turned off
 dis_tables.o_CFLAGS_ADD += -Wno-cast-qual
 fbt_x86.o_CFLAGS_ADD += -Wno-cast-qual
 
-# sha256 Files to build with -DSHA256_USE_ASSEMBLY=1
-sha2.o_CFLAGS_ADD += -DSHA256_USE_ASSEMBLY=1 
-
 # Inline assembly doesn't interact well with LTO
 fbt_x86.o_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG)
 # Taking the address of labels doesn't work with LTO (9524055)
@@ -17,4 +14,3 @@ dtrace.o_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG)
 ######################################################################
 #END    Machine dependent Makefile fragment for x86_64
 ######################################################################
-