]> git.saurik.com Git - apple/xnu.git/blame - libkern/conf/Makefile.x86_64
xnu-2050.18.24.tar.gz
[apple/xnu.git] / libkern / conf / Makefile.x86_64
CommitLineData
b0d623f7
A
1######################################################################
2#BEGIN Machine dependent Makefile fragment for x86_64
3######################################################################
4
316670eb
A
5# sha1 Files to build with -DSHA1_USE_ASSEMBLY=1
6sha1.o_CFLAGS_ADD += -DSHA1_USE_ASSEMBLY=1
7
6d2010ae
A
8# Files that must go in the __HIB segment:
9UNCONFIGURED_HIB_FILES= \
316670eb 10 WKdmDecompress.o
6d2010ae
A
11
12HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS))
13
b0d623f7
A
14######################################################################
15#END Machine dependent Makefile fragment for x86_64
16######################################################################