]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/Makefile
xnu-792.tar.gz
[apple/xnu.git] / osfmk / Makefile
index 0cf9f4e541699587a416cbdb81303e114fb75f82..77661426eb1e1ed78dd889a3647de5b5899e9765 100644 (file)
@@ -9,27 +9,29 @@ 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 \
@@ -40,13 +42,11 @@ EXPINC_SUBDIRS = \
 
 EXPINC_SUBDIRS_PPC = \
        mach \
-       ppc \
-       profiling 
+       ppc
 
 EXPINC_SUBDIRS_I386 = \
        mach    \
-       i386 \
-       profiling
+       i386
 
 SETUP_SUBDIRS =        \
        conf