]> git.saurik.com Git - apple/xnu.git/blame_incremental - bsd/conf/Makefile.x86_64
xnu-1699.22.73.tar.gz
[apple/xnu.git] / bsd / conf / Makefile.x86_64
... / ...
CommitLineData
1######################################################################
2#BEGIN Machine dependent Makefile fragment for x86_64
3######################################################################
4
5# Files to build with certain warnings turned off
6dis_tables.o_CFLAGS_ADD += -Wno-cast-qual
7fbt_x86.o_CFLAGS_ADD += -Wno-cast-qual
8
9# sha256 Files to build with -DSHA256_USE_ASSEMBLY=1
10sha2.o_CFLAGS_ADD += -DSHA256_USE_ASSEMBLY=1
11
12######################################################################
13#END Machine dependent Makefile fragment for x86_64
14######################################################################
15