]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/Makefile
xnu-7195.81.3.tar.gz
[apple/xnu.git] / bsd / machine / Makefile
index ee8dd6af2acda3edf4dd1da4799f5ac388832ffc..d8a50edccdcf6382c63c19905aded461c97dd58e 100644 (file)
@@ -3,27 +3,44 @@ 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)
 
-
 DATAFILES = \
-       ansi.h byte_order.h cons.h cpu.h disklabel.h endian.h exec.h \
-       label_t.h param.h proc.h  profile.h psl.h ptrace.h reboot.h \
-       reg.h setjmp.h signal.h spl.h table.h trap.h types.h unix_traps.h \
-       user.h vmparam.h
+       byte_order.h  endian.h fasttrap_isa.h \
+       limits.h param.h  profile.h \
+       signal.h  types.h \
+       vmparam.h _types.h _limits.h _param.h \
+       _mcontext.h
+
+DRIVERKIT_DATAFILES = \
+       limits.h types.h _types.h endian.h
+
+PRIVATE_DATAFILES = \
+       disklabel.h
 
+KERNELFILES = \
+       disklabel.h \
+       byte_order.h  endian.h \
+       limits.h param.h   profile.h \
+       signal.h types.h \
+       vmparam.h _types.h _limits.h _param.h \
+       _mcontext.h
+
+MODULEMAP_INCDIR_FILES = \
+       machine_types.modulemap
+
+INSTALL_MODULEMAP_INCDIR_MI_LIST = ${MODULEMAP_INCDIR_FILES}
 
 INSTALL_MI_LIST = ${DATAFILES}
+INSTALL_DRIVERKIT_MI_LIST = ${DRIVERKIT_DATAFILES}
+INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
 
 INSTALL_MI_DIR = machine
 
-EXPORT_MI_LIST = ${DATAFILES}
+EXPORT_MI_LIST = ${KERNELFILES}
 
 EXPORT_MI_DIR = machine
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-