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