Loading...
osfmk/machine/Makefile xnu-12377.101.15 xnu-792
--- xnu/xnu-12377.101.15/osfmk/machine/Makefile
+++ xnu/xnu-792/osfmk/machine/Makefile
@@ -3,47 +3,29 @@
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
+
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
-PRIVATE_DATAFILES = \
-	cpu_capabilities.h
 
-KERNELFILES = \
-	atomic.h	\
-	config.h		\
+DATAFILES = \
+	cpu_number.h	\
 	cpu_capabilities.h	\
-	cpu_number.h	\
+	io_map_entries.h \
 	lock.h	\
 	locks.h	\
-	machine_cpc.h \
-	machine_cpuid.h		\
-	machine_remote_time.h \
 	machine_routines.h	\
-	memory_types.h		\
-	monotonic.h \
-	pal_routines.h		\
-	pal_hibernate.h		\
-	simple_lock.h		\
-	smp.h                   \
-	static_if.h             \
-	trap.h
+	simple_lock.h
 
-EXPORT_FILES = \
-	machine_remote_time.h
-
-# These are covered by ../../bsd/machine/machine_private.modulemap.
-INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
-
-INSTALL_SF_MI_LCL_LIST = ${PRIVATE_DATAFILES}
-
-INSTALL_KF_MD_LCL_LIST = ${EXPORT_FILES}
+INSTALL_MI_LCL_LIST = cpu_capabilities.h
 
 INSTALL_MI_DIR = machine
 
-EXPORT_MI_LIST = ${KERNELFILES}
+EXPORT_MI_LIST = ${DATAFILES}
 
 EXPORT_MI_DIR = machine
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
+
+