]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/profiling/Makefile
xnu-3789.1.32.tar.gz
[apple/xnu.git] / osfmk / profiling / Makefile
index 878005ec74133d23f3507662ba01741c8064bf16..b7dc25208e534aef0580b94db8ab3760307d8bcb 100644 (file)
@@ -3,35 +3,41 @@ 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)
 
 INSTINC_SUBDIRS = \
        machine
 
-INSTINC_SUBDIRS_PPC = \
-       ppc
+INSTINC_SUBDIRS_X86_64 = \
+       x86_64
+
+INSTINC_SUBDIRS_X86_64H = \
+       x86_64
+
+INSTINC_SUBDIRS_ARM = \
+       arm
 
-INSTINC_SUBDIRS_I386 = \
-       i386
+INSTINC_SUBDIRS_ARM64 = \
+       arm
 
 EXPINC_SUBDIRS = \
        machine
 
-EXPINC_SUBDIRS_PPC = \
-       ppc
+EXPINC_SUBDIRS_ARM = \
+       arm
 
-EXPINC_SUBDIRS_I386 = \
-       i386
+EXPINC_SUBDIRS_ARM64 = \
+       arm
 
-MIG_DEFS =     \
+EXPINC_SUBDIRS_X86_64 = \
+       x86_64
 
-MIG_HDRS = \
+EXPINC_SUBDIRS_X86_64H = \
+       x86_64
 
 DATAFILES = \
-       profile-internal.h profile-mk.h profile-kgmon.c \
-       ${MIG_DEFS}
+       profile-internal.h profile-mk.h profile-kgmon.c
 
 MIGINCLUDES = \
 
@@ -47,5 +53,3 @@ EXPORT_MI_DIR = profile
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-