]> git.saurik.com Git - apple/xnu.git/blob - osfmk/conf/Makefile.x86_64
2a4eb03ffc0d687291567fed9a5a993c6e4f0afc
[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 hibernate_restore.o_CFLAGS_ADD += -fno-stack-protector
15 hibernate_bootstrap.o_CFLAGS_ADD += -fno-stack-protector
16
17 ######################################################################
18 #END Machine dependent Makefile fragment for x86_64
19 ######################################################################