X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/91447636331957f3d9b5ca5b508f07c526b0074d..e2d2fc5c71f7d145cba7267989251af45e3bb5ba:/osfmk/Makefile diff --git a/osfmk/Makefile b/osfmk/Makefile index 77661426e..7b609b5ae 100644 --- a/osfmk/Makefile +++ b/osfmk/Makefile @@ -3,7 +3,6 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir - include $(MakeInc_cmd) include $(MakeInc_def) @@ -16,16 +15,23 @@ INSTINC_SUBDIRS = \ ipc \ machine \ UserNotification \ + gssd \ + kextd \ + lockd \ vm \ - libsa - -INSTINC_SUBDIRS_PPC = \ - mach \ - ppc - + libsa \ + kdp \ + pmc INSTINC_SUBDIRS_I386 = \ mach \ i386 +INSTINC_SUBDIRS_X86_64 = \ + mach \ + i386 \ + x86_64 +INSTINC_SUBDIRS_ARM = \ + mach \ + arm EXPINC_SUBDIRS = \ mach \ @@ -37,19 +43,26 @@ EXPINC_SUBDIRS = \ ipc \ machine \ UserNotification \ + gssd \ + kextd \ + lockd \ vm \ - libsa - -EXPINC_SUBDIRS_PPC = \ - mach \ - ppc + libsa \ + kdp \ + pmc EXPINC_SUBDIRS_I386 = \ mach \ i386 +EXPINC_SUBDIRS_X86_64 = \ + mach \ + i386 \ + x86_64 +EXPINC_SUBDIRS_ARM = \ + mach \ + arm -SETUP_SUBDIRS = \ - conf +SETUP_SUBDIRS = COMP_SUBDIRS = \ conf @@ -59,5 +72,3 @@ INST_SUBDIRS = \ include $(MakeInc_rule) include $(MakeInc_dir) - -