1######################################################################
2#BEGIN  Machine dependent Makefile fragment for x86_64
3######################################################################
4
5# Files that must go in the __HIB segment:
6UNCONFIGURED_HIB_FILES=	\
7			IOHibernateRestoreKernel.o
8
9HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS))
10
11# Unconfigured __HIB files must be Mach-O for "setsegname"
12IOHibernateRestoreKernel.o_CFLAGS_ADD += -fno-stack-protector $(CFLAGS_NOLTO_FLAG)
13
14######################################################################
15#END    Machine dependent Makefile fragment for x86_64
16######################################################################
17
18