X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/316670eb35587141e969394ae8537d66b9211e80..bb59bff194111743b33cc36712410b5656329d3c:/osfmk/Makefile?ds=sidebyside diff --git a/osfmk/Makefile b/osfmk/Makefile index a864f850b..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 \ @@ -22,17 +24,21 @@ INSTINC_SUBDIRS = \ libsa \ kdp \ pmc \ - kperf -INSTINC_SUBDIRS_I386 = \ - mach \ - i386 + kperf \ + prng INSTINC_SUBDIRS_X86_64 = \ mach \ i386 \ x86_64 +INSTINC_SUBDIRS_X86_64H = \ + mach \ + i386 \ + x86_64 EXPINC_SUBDIRS = \ mach \ + atm \ + bank \ device \ default_pager \ mach_debug \ @@ -46,26 +52,22 @@ EXPINC_SUBDIRS = \ lockd \ vm \ libsa \ - kdp \ console \ pmc \ - kperf + kperf \ + prng -EXPINC_SUBDIRS_I386 = \ - mach \ - i386 EXPINC_SUBDIRS_X86_64 = \ mach \ i386 \ x86_64 - -SETUP_SUBDIRS = +EXPINC_SUBDIRS_X86_64H = \ + mach \ + i386 \ + x86_64 COMP_SUBDIRS = \ conf -INST_SUBDIRS = \ - - include $(MakeInc_rule) include $(MakeInc_dir)