tools/llvm: Do not build with symbols
[minix3.git] / sys / uvm / files.uvm
blob4df791a3c086ab1be106e4c9708390d9b81f8d10
1 #       $NetBSD: files.uvm,v 1.20 2011/05/17 05:32:31 mrg Exp $
4 # UVM options
5
6 defflag opt_uvmhist.h           UVMHIST UVMHIST_PRINT: KERNHIST
7 defflag opt_uvm.h               USE_TOPDOWN_VM UVMMAP_COUNTERS
8 defflag opt_vmswap.h            VMSWAP
9 defflag opt_readahead.h         READAHEAD_STATS
10 defflag opt_ubc.h               UBC_STATS
11 defparam opt_pagermap.h         PAGER_MAP_SIZE
12 defflag                         PDPOLICY_CLOCKPRO
13 defparam                        USER_VA0_DISABLE_DEFAULT
14 defflag opt_uvm_page_trkown.h   UVM_PAGE_TRKOWN
16 file    uvm/uvm_amap.c
17 file    uvm/uvm_anon.c
18 file    uvm/uvm_aobj.c
19 file    uvm/uvm_bio.c
20 file    uvm/uvm_coredump.c              coredump
21 file    uvm/uvm_device.c
22 file    uvm/uvm_emap.c
23 file    uvm/uvm_fault.c
24 file    uvm/uvm_glue.c
25 file    uvm/uvm_init.c
26 file    uvm/uvm_io.c
27 file    uvm/uvm_km.c
28 file    uvm/uvm_kmguard.c               debug
29 file    uvm/uvm_loan.c
30 file    uvm/uvm_map.c
31 file    uvm/uvm_meter.c
32 file    uvm/uvm_mmap.c
33 file    uvm/uvm_mremap.c
34 file    uvm/uvm_object.c
35 file    uvm/uvm_page.c
36 file    uvm/uvm_pager.c
37 file    uvm/uvm_pdaemon.c
38 file    uvm/uvm_pdpolicy_clock.c        !pdpolicy_clockpro
39 file    uvm/uvm_pdpolicy_clockpro.c     pdpolicy_clockpro
40 file    uvm/uvm_pglist.c
41 file    uvm/uvm_readahead.c
42 file    uvm/uvm_stat.c                  
43 file    uvm/uvm_swap.c                  vmswap
44 file    uvm/uvm_swapstub.c              !vmswap
45 file    uvm/uvm_unix.c
46 file    uvm/uvm_user.c
47 file    uvm/uvm_vnode.c