]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/Makefile
xnu-2782.1.97.tar.gz
[apple/xnu.git] / osfmk / Makefile
index 3fa6846f2d56d21db28f1408f04633430581d962..67a457ba4961a208a7c76fe0e2af0b77be4aa95a 100644 (file)
@@ -8,6 +8,8 @@ include $(MakeInc_def)
 
 INSTINC_SUBDIRS = \
        mach    \
+       atm     \
+       bank \
        device \
        default_pager \
        mach_debug \
@@ -22,14 +24,21 @@ INSTINC_SUBDIRS = \
        libsa \
        kdp \
        pmc \
-       kperf
+       kperf \
+       prng
 INSTINC_SUBDIRS_X86_64 = \
        mach    \
        i386    \
        x86_64
+INSTINC_SUBDIRS_X86_64H = \
+       mach    \
+       i386    \
+       x86_64
 
 EXPINC_SUBDIRS = \
        mach    \
+       atm     \
+       bank \
        device \
        default_pager \
        mach_debug \
@@ -45,12 +54,17 @@ EXPINC_SUBDIRS = \
        libsa \
        console \
        pmc \
-       kperf
+       kperf \
+       prng
 
 EXPINC_SUBDIRS_X86_64 = \
        mach    \
        i386    \
        x86_64
+EXPINC_SUBDIRS_X86_64H = \
+       mach    \
+       i386    \
+       x86_64
 
 COMP_SUBDIRS =         \
        conf