]> git.saurik.com Git - apple/xnu.git/blob - iokit/conf/Makefile.x86_64
xnu-2050.48.11.tar.gz
[apple/xnu.git] / iokit / conf / Makefile.x86_64
1 ######################################################################
2 #BEGIN Machine dependent Makefile fragment for x86_64
3 ######################################################################
4
5 # Files that must go in the __HIB segment:
6 UNCONFIGURED_HIB_FILES= \
7 IOHibernateRestoreKernel.o
8
9 HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS))
10
11 IOHibernateRestoreKernel.o_CFLAGS_ADD += -fno-stack-protector
12
13 ######################################################################
14 #END Machine dependent Makefile fragment for x86_64
15 ######################################################################
16