]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kdp/Makefile
xnu-7195.60.75.tar.gz
[apple/xnu.git] / osfmk / kdp / Makefile
index 38d35f441de297522006707e9408cee3fe560dd8..c35f281c01bb95ed72dbd14f7191d514e0fdb048 100644 (file)
@@ -3,36 +3,22 @@ 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 = \
-
-INSTINC_SUBDIRS_PPC = \
-
-INSTINC_SUBDIRS_I386 = \
-
-INSTINC_SUBDIRS_ARM = \
-
-EXPINC_SUBDIRS = \
+DATAFILES = \
+               kdp_callout.h \
+               kdp_en_debugger.h
 
-EXPINC_SUBDIRS_PPC = \
+PRIVATE_KERNELFILES = processor_core.h
 
-EXPINC_SUBDIRS_I386 = \
+EXPORT_MI_LIST = ${DATAFILES} kdp_dyld.h
 
-EXPINC_SUBDIRS_ARM = \
+INSTALL_KF_MI_LIST = ${DATAFILES}
 
-DATAFILES = \
-               kdp_callout.h \
-               kdp_en_debugger.h
-               
-EXPORT_MI_LIST = ${DATAFILES}
+INSTALL_KF_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_KERNELFILES}
 
 EXPORT_MI_DIR = kdp
 
-
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-