]> git.saurik.com Git - apple/xnu.git/blobdiff - EXTERNAL_HEADERS/Makefile
xnu-2782.1.97.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / Makefile
index 61680a39492a3719d8e0dd87dd798721f90b3c34..39cb58f90d9a907a386858d54ee6810560292cfb 100644 (file)
@@ -11,10 +11,10 @@ INSTINC_SUBDIRS =   \
        architecture    \
        mach-o
 
-INSTINC_SUBDIRS_I386 = \
+INSTINC_SUBDIRS_X86_64 =       \
        architecture
 
-INSTINC_SUBDIRS_X86_64 =       \
+INSTINC_SUBDIRS_X86_64H =      \
        architecture
 
 INSTINC_SUBDIRS_ARM =  \
@@ -25,7 +25,9 @@ EXPORT_FILES = \
        Availability.h  \
        AvailabilityInternal.h  \
        AvailabilityMacros.h    \
-       ar.h            \
+       stddef.h
+
+KERNEL_FILES = \
        stdarg.h        \
        stdbool.h       \
        stdint.h
@@ -34,7 +36,11 @@ INSTALL_MI_LIST =
 
 INSTALL_MI_DIR = .
 
-EXPORT_MI_LIST = ${EXPORT_FILES}
+INSTALL_KF_MI_LIST = ${KERNEL_FILES}
+
+INSTALL_KF_MI_LCL_LIST = ${KERNEL_FILES}
+
+EXPORT_MI_LIST = ${EXPORT_FILES} ${KERNEL_FILES}
 
 EXPORT_MI_DIR = .