X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/13f56ec4e58bf8687e2a68032c093c0213dd519b..fe8ab488e9161c46dd9885d58fc52996dc0249ff:/osfmk/Makefile diff --git a/osfmk/Makefile b/osfmk/Makefile index b61d3bc7d..67a457ba4 100644 --- a/osfmk/Makefile +++ b/osfmk/Makefile @@ -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,28 +52,22 @@ EXPINC_SUBDIRS = \ lockd \ vm \ libsa \ - kdp \ console \ - pmc + 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)