]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/Makefile
xnu-792.21.3.tar.gz
[apple/xnu.git] / osfmk / Makefile
index 6a40249589ebe06c3a2769521c5bad2a6a3833aa..77661426eb1e1ed78dd889a3647de5b5899e9765 100644 (file)
@@ -9,28 +9,31 @@ include $(MakeInc_def)
 
 INSTINC_SUBDIRS = \
        mach    \
-       default_pager \
        device \
+       default_pager \
        mach_debug \
-       profiling \
-       UserNotification
+       kern \
+       ipc \
+       machine \
+       UserNotification \
+       vm \
+       libsa
 
 INSTINC_SUBDIRS_PPC = \
        mach \
-       profiling 
+       ppc
 
 INSTINC_SUBDIRS_I386 = \
        mach    \
-       profiling
+       i386
 
 EXPINC_SUBDIRS = \
        mach    \
        device \
        default_pager \
        mach_debug \
-       profiling \
-       ddb \
        kern \
+       kdp \
        ipc \
        machine \
        UserNotification \
@@ -39,13 +42,11 @@ EXPINC_SUBDIRS = \
 
 EXPINC_SUBDIRS_PPC = \
        mach \
-       ppc \
-       profiling 
+       ppc
 
 EXPINC_SUBDIRS_I386 = \
        mach    \
-       i386 \
-       profiling
+       i386
 
 SETUP_SUBDIRS =        \
        conf