X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..21362eb3e66fd2c787aee132bce100a44d71a99c:/osfmk/Makefile diff --git a/osfmk/Makefile b/osfmk/Makefile index 6a4024958..77661426e 100644 --- a/osfmk/Makefile +++ b/osfmk/Makefile @@ -9,28 +9,31 @@ include $(MakeInc_def) INSTINC_SUBDIRS = \ mach \ - default_pager \ device \ + default_pager \ mach_debug \ - profiling \ - UserNotification + kern \ + ipc \ + machine \ + UserNotification \ + vm \ + libsa INSTINC_SUBDIRS_PPC = \ mach \ - profiling + ppc INSTINC_SUBDIRS_I386 = \ mach \ - profiling + i386 EXPINC_SUBDIRS = \ mach \ device \ default_pager \ mach_debug \ - profiling \ - ddb \ kern \ + kdp \ ipc \ machine \ UserNotification \ @@ -39,13 +42,11 @@ EXPINC_SUBDIRS = \ EXPINC_SUBDIRS_PPC = \ mach \ - ppc \ - profiling + ppc EXPINC_SUBDIRS_I386 = \ mach \ - i386 \ - profiling + i386 SETUP_SUBDIRS = \ conf