]> git.saurik.com Git - apple/xnu.git/blame - iokit/conf/Makefile.x86_64
xnu-2050.48.11.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
316670eb
A
11IOHibernateRestoreKernel.o_CFLAGS_ADD += -fno-stack-protector
12
b0d623f7
A
13######################################################################
14#END Machine dependent Makefile fragment for x86_64
15######################################################################
16