X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/cc9f6e38162d3c1bf6ca97536c2477f476c8e01b..3a60a9f5b85abb8c2cf24e1926c5c7b3f608a5e2:/iokit/conf/Makefile.template diff --git a/iokit/conf/Makefile.template b/iokit/conf/Makefile.template index b24d19114..52571ea9d 100644 --- a/iokit/conf/Makefile.template +++ b/iokit/conf/Makefile.template @@ -87,6 +87,11 @@ LDOBJS = $(OBJS) $(COMPONENT).o: $(LDOBJS) @echo "creating $(COMPONENT).o" + $(SEG_HACK) __HIB IOHibernateRestoreKernel.o -o _IOHibernateRestoreKernel.o + mv _IOHibernateRestoreKernel.o IOHibernateRestoreKernel.o + $(SEG_HACK) __HIB WKdmDecompress.o -o _WKdmDecompress.o + mv _WKdmDecompress.o WKdmDecompress.o + @echo [ updating $(COMPONENT).o ${IOKIT_KERNEL_CONFIG} ] $(LD) $(LDFLAGS_COMPONENT) -o $(COMPONENT).o ${LDOBJS}