]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/pwr_mgt/Makefile
xnu-1228.tar.gz
[apple/xnu.git] / iokit / IOKit / pwr_mgt / Makefile
index 5b6f80277887ea058e7862a43422686948ec5725..dd2bff563997e4c6861f667cc839eda1bab5dbc9 100644 (file)
@@ -12,21 +12,21 @@ include $(MakeInc_def)
 
 MI_DIR = pwr_mgt
 NOT_EXPORT_HEADERS = \
-       IOPMchangeNoteList.h    \
        IOPMinformee.h          \
        IOPMinformeeList.h      \
        IOPMlog.h               \
-       IOPMpmChild.h           \
        IOPMPagingPlexus.h      \
        IOPMPrivate.h
 
 INSTINC_SUBDIRS =
 INSTINC_SUBDIRS_PPC =
 INSTINC_SUBDIRS_I386 =
+INSTINC_SUBDIRS_ARM =
 
 EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
 EXPINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS_PPC}
 EXPINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS_I386}
+EXPINC_SUBDIRS_ARM = ${INSTINC_SUBDIRS_ARM}
 
 ALL_HEADERS = $(shell (cd $(SOURCE); echo *.h))