]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/Makefile
xnu-3789.21.4.tar.gz
[apple/xnu.git] / osfmk / Makefile
index 7b609b5ae88127fcb7453ef7cd8b4e2c2e94fe86..64af5e1e0b9747fabaa3480ed39f51422fdd44b9 100644 (file)
@@ -8,6 +8,10 @@ include $(MakeInc_def)
 
 INSTINC_SUBDIRS = \
        mach    \
+       atm     \
+       corpses \
+       bank \
+       voucher \
        device \
        default_pager \
        mach_debug \
@@ -21,20 +25,36 @@ INSTINC_SUBDIRS = \
        vm \
        libsa \
        kdp \
-       pmc
-INSTINC_SUBDIRS_I386 = \
-       mach    \
-       i386
+       console \
+       kperf \
+       prng
+
 INSTINC_SUBDIRS_X86_64 = \
        mach    \
        i386    \
        x86_64
+
+INSTINC_SUBDIRS_X86_64H = \
+       mach    \
+       i386    \
+       x86_64
+
 INSTINC_SUBDIRS_ARM = \
        mach    \
-       arm
+       arm     \
+       arm64
+
+INSTINC_SUBDIRS_ARM64 = \
+       mach    \
+       arm     \
+       arm64
 
 EXPINC_SUBDIRS = \
        mach    \
+       atm     \
+       corpses \
+       bank \
+       voucher \
        device \
        default_pager \
        mach_debug \
@@ -48,27 +68,30 @@ EXPINC_SUBDIRS = \
        lockd \
        vm \
        libsa \
-       kdp \
-       pmc
+       console \
+       kperf \
+       prng
+
 
-EXPINC_SUBDIRS_I386 = \
-       mach    \
-       i386
 EXPINC_SUBDIRS_X86_64 = \
        mach    \
        i386    \
        x86_64
+EXPINC_SUBDIRS_X86_64H = \
+       mach    \
+       i386    \
+       x86_64
 EXPINC_SUBDIRS_ARM = \
        mach    \
-       arm
-
-SETUP_SUBDIRS =
+       arm     \
+       arm64
+EXPINC_SUBDIRS_ARM64 = \
+       mach    \
+       arm     \
+       arm64
 
-COMP_SUBDIRS =         \
+COMP_SUBDIRS = \
        conf
 
-INST_SUBDIRS = \
-
-
 include $(MakeInc_rule)
 include $(MakeInc_dir)