X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..060df5ea7c632b1ac8cc8aac1fb59758165c2084:/iokit/conf/Makefile.ppc diff --git a/iokit/conf/Makefile.ppc b/iokit/conf/Makefile.ppc index 77e9826b2..c794da174 100644 --- a/iokit/conf/Makefile.ppc +++ b/iokit/conf/Makefile.ppc @@ -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 ######################################################################