X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..f427ee49d309d8fc33ebf3042c3a775f2f530ded:/bsd/machine/Makefile diff --git a/bsd/machine/Makefile b/bsd/machine/Makefile index ee8dd6af2..d8a50edcc 100644 --- a/bsd/machine/Makefile +++ b/bsd/machine/Makefile @@ -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) - -