]> git.saurik.com Git - apple/xnu.git/blob - osfmk/conf/Makefile.x86_64
xnu-1699.32.7.tar.gz
[apple/xnu.git] / osfmk / conf / Makefile.x86_64
1 ######################################################################
2 #BEGIN Machine dependent Makefile fragment for x86_64
3 ######################################################################
4
5 CWARNFLAGS = $(CWARNFLAGS_STD) -Wshorten-64-to-32
6
7 # Files that must go in the __HIB segment:
8 UNCONFIGURED_HIB_FILES= \
9 hibernate_restore.o \
10 hibernate_bootstrap.o
11
12 HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS))
13
14 ######################################################################
15 #END Machine dependent Makefile fragment for x86_64
16 ######################################################################