]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/Makefile
xnu-2782.10.72.tar.gz
[apple/xnu.git] / osfmk / Makefile
index 7b609b5ae88127fcb7453ef7cd8b4e2c2e94fe86..67a457ba4961a208a7c76fe0e2af0b77be4aa95a 100644 (file)
@@ -8,6 +8,8 @@ include $(MakeInc_def)
 
 INSTINC_SUBDIRS = \
        mach    \
+       atm     \
+       bank \
        device \
        default_pager \
        mach_debug \
@@ -21,20 +23,22 @@ INSTINC_SUBDIRS = \
        vm \
        libsa \
        kdp \
-       pmc
-INSTINC_SUBDIRS_I386 = \
-       mach    \
-       i386
+       pmc \
+       kperf \
+       prng
 INSTINC_SUBDIRS_X86_64 = \
        mach    \
        i386    \
        x86_64
-INSTINC_SUBDIRS_ARM = \
+INSTINC_SUBDIRS_X86_64H = \
        mach    \
-       arm
+       i386    \
+       x86_64
 
 EXPINC_SUBDIRS = \
        mach    \
+       atm     \
+       bank \
        device \
        default_pager \
        mach_debug \
@@ -48,27 +52,22 @@ EXPINC_SUBDIRS = \
        lockd \
        vm \
        libsa \
-       kdp \
-       pmc
+       console \
+       pmc \
+       kperf \
+       prng
 
-EXPINC_SUBDIRS_I386 = \
-       mach    \
-       i386
 EXPINC_SUBDIRS_X86_64 = \
        mach    \
        i386    \
        x86_64
-EXPINC_SUBDIRS_ARM = \
+EXPINC_SUBDIRS_X86_64H = \
        mach    \
-       arm
-
-SETUP_SUBDIRS =
+       i386    \
+       x86_64
 
 COMP_SUBDIRS =         \
        conf
 
-INST_SUBDIRS = \
-
-
 include $(MakeInc_rule)
 include $(MakeInc_dir)