X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..15129b1c8dbb3650c63b70adb1cad9af601c6c17:/osfmk/Makefile?ds=inline diff --git a/osfmk/Makefile b/osfmk/Makefile index f07b7e1f3..3fa6846f2 100644 --- a/osfmk/Makefile +++ b/osfmk/Makefile @@ -21,25 +21,13 @@ INSTINC_SUBDIRS = \ vm \ libsa \ kdp \ - pmc - -INSTINC_SUBDIRS_PPC = \ - mach \ - ppc - -INSTINC_SUBDIRS_I386 = \ - mach \ - i386 - + pmc \ + kperf INSTINC_SUBDIRS_X86_64 = \ mach \ i386 \ x86_64 -INSTINC_SUBDIRS_ARM = \ - mach \ - arm - EXPINC_SUBDIRS = \ mach \ device \ @@ -55,34 +43,17 @@ EXPINC_SUBDIRS = \ lockd \ vm \ libsa \ - kdp \ - pmc - -EXPINC_SUBDIRS_PPC = \ - mach \ - ppc - -EXPINC_SUBDIRS_I386 = \ - mach \ - i386 + console \ + pmc \ + kperf EXPINC_SUBDIRS_X86_64 = \ mach \ i386 \ x86_64 -EXPINC_SUBDIRS_ARM = \ - mach \ - arm - -SETUP_SUBDIRS = \ - conf - COMP_SUBDIRS = \ conf -INST_SUBDIRS = \ - - include $(MakeInc_rule) include $(MakeInc_dir)