X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/39236c6e673c41db228275375ab7fdb0f837b292..3903760236c30e3b5ace7a4eefac3a269d68957c:/osfmk/Makefile diff --git a/osfmk/Makefile b/osfmk/Makefile index 3fa6846f2..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,15 +25,36 @@ INSTINC_SUBDIRS = \ vm \ libsa \ kdp \ - pmc \ - kperf + console \ + kperf \ + prng + INSTINC_SUBDIRS_X86_64 = \ mach \ i386 \ x86_64 +INSTINC_SUBDIRS_X86_64H = \ + mach \ + i386 \ + x86_64 + +INSTINC_SUBDIRS_ARM = \ + mach \ + arm \ + arm64 + +INSTINC_SUBDIRS_ARM64 = \ + mach \ + arm \ + arm64 + EXPINC_SUBDIRS = \ mach \ + atm \ + corpses \ + bank \ + voucher \ device \ default_pager \ mach_debug \ @@ -44,15 +69,28 @@ EXPINC_SUBDIRS = \ vm \ libsa \ console \ - pmc \ - kperf + kperf \ + prng + EXPINC_SUBDIRS_X86_64 = \ mach \ i386 \ x86_64 +EXPINC_SUBDIRS_X86_64H = \ + mach \ + i386 \ + x86_64 +EXPINC_SUBDIRS_ARM = \ + mach \ + arm \ + arm64 +EXPINC_SUBDIRS_ARM64 = \ + mach \ + arm \ + arm64 -COMP_SUBDIRS = \ +COMP_SUBDIRS = \ conf include $(MakeInc_rule)