X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..2dced7af2b695f87fe26496a3e73c219b7880cbc:/osfmk/vm/Makefile diff --git a/osfmk/vm/Makefile b/osfmk/vm/Makefile index 2339c55c6..dbdfa765e 100644 --- a/osfmk/vm/Makefile +++ b/osfmk/vm/Makefile @@ -3,16 +3,21 @@ 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 \ + pmap.h \ + vm_fault.h \ vm_kern.h \ - pmap.h + vm_map.h \ + vm_options.h \ + vm_pageout.h \ + vm_protos.h \ + vm_shared_region.h \ + WKdm_new.h INSTALL_MI_LIST = ${DATAFILES}