X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/39236c6e673c41db228275375ab7fdb0f837b292..3903760236c30e3b5ace7a4eefac3a269d68957c:/osfmk/profiling/Makefile?ds=sidebyside diff --git a/osfmk/profiling/Makefile b/osfmk/profiling/Makefile index c273a8c41..b7dc25208 100644 --- a/osfmk/profiling/Makefile +++ b/osfmk/profiling/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) @@ -13,14 +12,30 @@ INSTINC_SUBDIRS = \ INSTINC_SUBDIRS_X86_64 = \ x86_64 +INSTINC_SUBDIRS_X86_64H = \ + x86_64 + +INSTINC_SUBDIRS_ARM = \ + arm + +INSTINC_SUBDIRS_ARM64 = \ + arm EXPINC_SUBDIRS = \ machine +EXPINC_SUBDIRS_ARM = \ + arm + +EXPINC_SUBDIRS_ARM64 = \ + arm EXPINC_SUBDIRS_X86_64 = \ x86_64 +EXPINC_SUBDIRS_X86_64H = \ + x86_64 + DATAFILES = \ profile-internal.h profile-mk.h profile-kgmon.c @@ -38,5 +53,3 @@ EXPORT_MI_DIR = profile include $(MakeInc_rule) include $(MakeInc_dir) - -