]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/Makefile
xnu-6153.11.26.tar.gz
[apple/xnu.git] / osfmk / Makefile
index 27250311c5f0f291dc2dbd45fb2a5670499e7852..a79b6f8c79447b0d6c84c2608f25e6125f22a03a 100644 (file)
@@ -8,9 +8,10 @@ include $(MakeInc_def)
 
 INSTINC_SUBDIRS = \
        mach    \
 
 INSTINC_SUBDIRS = \
        mach    \
-       atm     \
+       atm     \
        corpses \
        bank \
        corpses \
        bank \
+       voucher \
        device \
        default_pager \
        mach_debug \
        device \
        default_pager \
        mach_debug \
@@ -24,6 +25,7 @@ INSTINC_SUBDIRS = \
        vm \
        libsa \
        kdp \
        vm \
        libsa \
        kdp \
+       console \
        kperf \
        prng
 
        kperf \
        prng
 
@@ -41,6 +43,7 @@ INSTINC_SUBDIRS_ARM = \
        mach    \
        arm     \
        arm64
        mach    \
        arm     \
        arm64
+
 INSTINC_SUBDIRS_ARM64 = \
        mach    \
        arm     \
 INSTINC_SUBDIRS_ARM64 = \
        mach    \
        arm     \
@@ -48,9 +51,10 @@ INSTINC_SUBDIRS_ARM64 = \
 
 EXPINC_SUBDIRS = \
        mach    \
 
 EXPINC_SUBDIRS = \
        mach    \
-       atm     \
+       atm     \
        corpses \
        bank \
        corpses \
        bank \
+       voucher \
        device \
        default_pager \
        mach_debug \
        device \
        default_pager \
        mach_debug \
@@ -66,7 +70,8 @@ EXPINC_SUBDIRS = \
        libsa \
        console \
        kperf \
        libsa \
        console \
        kperf \
-       prng
+       prng \
+       tests
 
 
 EXPINC_SUBDIRS_X86_64 = \
 
 
 EXPINC_SUBDIRS_X86_64 = \
@@ -86,7 +91,7 @@ EXPINC_SUBDIRS_ARM64 = \
        arm     \
        arm64
 
        arm     \
        arm64
 
-COMP_SUBDIRS =         \
+COMP_SUBDIRS = \
        conf
 
 include $(MakeInc_rule)
        conf
 
 include $(MakeInc_rule)