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