X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/de355530ae67247cbd0da700edb3a2a1dae884c2..21362eb3e66fd2c787aee132bce100a44d71a99c:/osfmk/Makefile diff --git a/osfmk/Makefile b/osfmk/Makefile index 0cf9f4e54..77661426e 100644 --- a/osfmk/Makefile +++ b/osfmk/Makefile @@ -9,27 +9,29 @@ 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 \ @@ -40,13 +42,11 @@ EXPINC_SUBDIRS = \ EXPINC_SUBDIRS_PPC = \ mach \ - ppc \ - profiling + ppc EXPINC_SUBDIRS_I386 = \ mach \ - i386 \ - profiling + i386 SETUP_SUBDIRS = \ conf