]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/conf/Makefile.ppc
xnu-1504.15.3.tar.gz
[apple/xnu.git] / iokit / conf / Makefile.ppc
index 77e9826b2d72f3c8ce0e240ec492f49a5ecb7542..c794da17478b937f09036190ae37d7883128134b 100644 (file)
@@ -14,6 +14,13 @@ OBJS_WERROR=$(filter-out $(OBJS_NO_WERROR),$(OBJS))
 
 $(OBJS_WERROR):                WERROR=-Werror
 
+# Files that must go in the __HIB segment:
+UNCONFIGURED_HIB_FILES=        \
+                       IOHibernateRestoreKernel.o \
+                       WKdmDecompress.o
+
+HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS))
+
 ######################################################################
 #END    Machine dependent Makefile fragment for ppc
 ######################################################################