]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/Makefile
xnu-1456.1.26.tar.gz
[apple/xnu.git] / osfmk / Makefile
index 6a40249589ebe06c3a2769521c5bad2a6a3833aa..f07b7e1f3cfa5281182d82f0c2943de9c881903f 100644 (file)
@@ -3,49 +3,77 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
-
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
 INSTINC_SUBDIRS = \
        mach    \
-       default_pager \
        device \
+       default_pager \
        mach_debug \
-       profiling \
-       UserNotification
+       kern \
+       ipc \
+       machine \
+       UserNotification \
+       gssd \
+       kextd \
+       lockd \
+       vm \
+       libsa \
+       kdp \
+       pmc
 
 INSTINC_SUBDIRS_PPC = \
        mach \
-       profiling 
+       ppc
 
 INSTINC_SUBDIRS_I386 = \
        mach    \
-       profiling
+       i386
+
+INSTINC_SUBDIRS_X86_64 = \
+       mach    \
+       i386    \
+       x86_64
+
+INSTINC_SUBDIRS_ARM = \
+       mach    \
+       arm
 
 EXPINC_SUBDIRS = \
        mach    \
        device \
        default_pager \
        mach_debug \
-       profiling \
-       ddb \
        kern \
+       kdp \
        ipc \
        machine \
        UserNotification \
+       gssd \
+       kextd \
+       lockd \
        vm \
-       libsa
+       libsa \
+       kdp \
+       pmc
 
 EXPINC_SUBDIRS_PPC = \
        mach \
-       ppc \
-       profiling 
+       ppc
 
 EXPINC_SUBDIRS_I386 = \
        mach    \
-       i386 \
-       profiling
+       i386
+
+EXPINC_SUBDIRS_X86_64 = \
+       mach    \
+       i386    \
+       x86_64
+
+EXPINC_SUBDIRS_ARM = \
+       mach    \
+       arm
 
 SETUP_SUBDIRS =        \
        conf
@@ -58,5 +86,3 @@ INST_SUBDIRS =        \
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-