]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/profiling/Makefile
xnu-3789.1.32.tar.gz
[apple/xnu.git] / osfmk / profiling / Makefile
index c273a8c417d58b8377863cfc5dde9059ebaa9172..b7dc25208e534aef0580b94db8ab3760307d8bcb 100644 (file)
@@ -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)
-
-