]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/Makefile
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / machine / Makefile
index 92922890766c7324f3a9b279b9e9272d605611ee..d8a50edccdcf6382c63c19905aded461c97dd58e 100644 (file)
@@ -3,29 +3,38 @@ 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 = \
        byte_order.h  endian.h fasttrap_isa.h \
        limits.h param.h  profile.h \
-       setjmp.h signal.h  types.h\
-       vmparam.h _structs.h _types.h _limits.h _param.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 spl.h types.h \
-       vmparam.h _structs.h _types.h _limits.h _param.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_MI_LCL_LIST = ${DATAFILES} disklabel.h
+INSTALL_DRIVERKIT_MI_LIST = ${DRIVERKIT_DATAFILES}
+INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
 
 INSTALL_MI_DIR = machine
 
@@ -35,5 +44,3 @@ EXPORT_MI_DIR = machine
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-