]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/pwr_mgt/Makefile
xnu-792.12.6.tar.gz
[apple/xnu.git] / iokit / IOKit / pwr_mgt / Makefile
index 855e67178a69cb2994290be015aa675b9f27fc08..34e8b138c0f44455fd38a4d90c3be2256847bb0f 100644 (file)
@@ -16,7 +16,9 @@ NOT_EXPORT_HEADERS = \
        IOPMinformee.h          \
        IOPMinformeeList.h      \
        IOPMlog.h               \
-       IOPMpmChild.h
+       IOPMpmChild.h           \
+       IOPMPagingPlexus.h      \
+       IOPMPrivate.h
 
 INSTINC_SUBDIRS =
 INSTINC_SUBDIRS_PPC =
@@ -35,5 +37,7 @@ INSTALL_MI_DIR = $(MI_DIR)
 EXPORT_MI_LIST = $(filter-out $(NOT_EXPORT_HEADERS), $(ALL_HEADERS))
 EXPORT_MI_DIR = IOKit/$(MI_DIR)
 
+INSTALL_KF_MI_LCL_LIST = $(EXPORT_MI_LIST) IOPMPrivate.h IOPMPagingPlexus.h
+
 include $(MakeInc_rule)
 include $(MakeInc_dir)