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