]> git.saurik.com Git - apple/xnu.git/blame - iokit/conf/Makefile.x86_64
xnu-4570.71.2.tar.gz
[apple/xnu.git] / iokit / conf / Makefile.x86_64
CommitLineData
b0d623f7
A
1######################################################################
2#BEGIN Machine dependent Makefile fragment for x86_64
3######################################################################
b0d623f7 4
d1ecb069
A
5# Files that must go in the __HIB segment:
6UNCONFIGURED_HIB_FILES= \
6d2010ae 7 IOHibernateRestoreKernel.o
d1ecb069
A
8
9HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS))
10
39236c6e
A
11# Unconfigured __HIB files must be Mach-O for "setsegname"
12IOHibernateRestoreKernel.o_CFLAGS_ADD += -fno-stack-protector $(CFLAGS_NOLTO_FLAG)
316670eb 13
b0d623f7
A
14######################################################################
15#END Machine dependent Makefile fragment for x86_64
16######################################################################