]> 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 093e9f94f321e2e41534a5e624a5144d7394babe..34e8b138c0f44455fd38a4d90c3be2256847bb0f 100644 (file)
@@ -5,7 +5,7 @@ export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
 IOKIT_FRAMEDIR = $(FRAMEDIR)/IOKit.framework/Versions/A
 export INCDIR = $(IOKIT_FRAMEDIR)/Headers
-export LCLDIR = $(FRAMEDIR)/Kernel.framework/Versions/A/PrivateHeaders/IOKit
+export LCLDIR = $(IOKIT_FRAMEDIR)/PrivateHeaders
 
 include $(MakeInc_cmd)
 include $(MakeInc_def)
@@ -17,7 +17,8 @@ NOT_EXPORT_HEADERS = \
        IOPMinformeeList.h      \
        IOPMlog.h               \
        IOPMpmChild.h           \
-        IOPMPrivate.h
+       IOPMPagingPlexus.h      \
+       IOPMPrivate.h
 
 INSTINC_SUBDIRS =
 INSTINC_SUBDIRS_PPC =
@@ -30,11 +31,13 @@ EXPINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS_I386}
 ALL_HEADERS = $(shell (cd $(SOURCE); echo *.h))
 
 INSTALL_MI_LIST        = IOPMLibDefs.h IOPM.h
-INSTALL_MI_LCL_LIST = IOPMPrivate.h
+INSTALL_MI_LCL_LIST = ""
 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)