X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/7e41aa883dd258f888d0470250eead40a53ef1f5..3903760236c30e3b5ace7a4eefac3a269d68957c:/osfmk/Makefile diff --git a/osfmk/Makefile b/osfmk/Makefile index c39c53ccc..64af5e1e0 100644 --- a/osfmk/Makefile +++ b/osfmk/Makefile @@ -8,9 +8,10 @@ include $(MakeInc_def) INSTINC_SUBDIRS = \ mach \ - atm \ + atm \ corpses \ bank \ + voucher \ device \ default_pager \ mach_debug \ @@ -50,9 +51,10 @@ INSTINC_SUBDIRS_ARM64 = \ EXPINC_SUBDIRS = \ mach \ - atm \ + atm \ corpses \ bank \ + voucher \ device \ default_pager \ mach_debug \ @@ -88,7 +90,7 @@ EXPINC_SUBDIRS_ARM64 = \ arm \ arm64 -COMP_SUBDIRS = \ +COMP_SUBDIRS = \ conf include $(MakeInc_rule)