]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/Makefile
xnu-4903.221.2.tar.gz
[apple/xnu.git] / osfmk / Makefile
index c39c53ccc48619d557b20e7b658eb6cf1ea80cd5..b3beb261918043a0c9c9dace56b805bfbca41817 100644 (file)
@@ -6,11 +6,13 @@ export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
+
 INSTINC_SUBDIRS = \
        mach    \
-       atm     \
+       atm     \
        corpses \
        bank \
+       voucher \
        device \
        default_pager \
        mach_debug \
@@ -50,9 +52,10 @@ INSTINC_SUBDIRS_ARM64 = \
 
 EXPINC_SUBDIRS = \
        mach    \
-       atm     \
+       atm     \
        corpses \
        bank \
+       voucher \
        device \
        default_pager \
        mach_debug \
@@ -68,7 +71,8 @@ EXPINC_SUBDIRS = \
        libsa \
        console \
        kperf \
-       prng
+       prng \
+       tests
 
 
 EXPINC_SUBDIRS_X86_64 = \
@@ -88,7 +92,7 @@ EXPINC_SUBDIRS_ARM64 = \
        arm     \
        arm64
 
-COMP_SUBDIRS =         \
+COMP_SUBDIRS = \
        conf
 
 include $(MakeInc_rule)