]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/vm/Makefile
xnu-6153.101.6.tar.gz
[apple/xnu.git] / osfmk / vm / Makefile
index 07ae3474e51f7d7995319006fd2f392030054756..d9f9cc2094325e9088355f4a5588ff2a57e710cf 100644 (file)
@@ -3,17 +3,23 @@ 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 =
 
 EXPORT_ONLY_FILES = \
-       vm_map.h \
+       memory_types.h \
+       pmap.h \
+       vm_fault.h \
        vm_kern.h \
-       vm_shared_memory_server.h \
-       pmap.h
+       vm_map.h \
+       vm_options.h \
+       vm_pageout.h \
+       vm_protos.h \
+       vm_shared_region.h \
+       vm_compressor_algorithms.h \
+       WKdm_new.h
 
 INSTALL_MI_LIST = ${DATAFILES}
 
@@ -25,5 +31,3 @@ EXPORT_MI_DIR = vm
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-