X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..743345f9a4b36f7e2f9ba37691e70c50baecb56e:/osfmk/Makefile diff --git a/osfmk/Makefile b/osfmk/Makefile index 7b609b5ae..64af5e1e0 100644 --- a/osfmk/Makefile +++ b/osfmk/Makefile @@ -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)