1 1.108 riastrad # $NetBSD: Makefile,v 1.108 2012/08/04 04:37:25 riastradh Exp $ 2 1.37 dyoung 3 1.37 dyoung .include <bsd.own.mk> 4 1.15 ad 5 1.15 ad # For all platforms 6 1.1 ad 7 1.37 dyoung SUBDIR= accf_dataready 8 1.16 ad SUBDIR+= accf_httpready 9 1.15 ad SUBDIR+= adosfs 10 1.14 ad SUBDIR+= aio 11 1.38 pooka SUBDIR+= bpf 12 1.7 rumble SUBDIR+= cd9660 13 1.7 rumble SUBDIR+= coda 14 1.7 rumble SUBDIR+= coda5 15 1.15 ad SUBDIR+= compat 16 1.15 ad SUBDIR+= compat_ossaudio 17 1.15 ad SUBDIR+= coredump 18 1.99 ahoka SUBDIR+= chfs 19 1.104 pgoyette SUBDIR+= dbcool 20 1.7 rumble SUBDIR+= efs 21 1.7 rumble SUBDIR+= ext2fs 22 1.15 ad SUBDIR+= exec_script 23 1.7 rumble SUBDIR+= fdesc 24 1.7 rumble SUBDIR+= ffs 25 1.18 ad SUBDIR+= filecore 26 1.93 sjg SUBDIR+= filemon 27 1.68 ahoka SUBDIR+= flash 28 1.15 ad SUBDIR+= fss 29 1.89 mbalmer SUBDIR+= gpio 30 1.94 mbalmer SUBDIR+= gpioiic 31 1.92 mbalmer SUBDIR+= gpioow 32 1.89 mbalmer SUBDIR+= gpiosim 33 1.7 rumble SUBDIR+= hfs 34 1.105 pgoyette SUBDIR+= if_axe 35 1.94 mbalmer SUBDIR+= iic 36 1.7 rumble SUBDIR+= kernfs 37 1.22 ad SUBDIR+= layerfs 38 1.7 rumble SUBDIR+= lfs 39 1.7 rumble SUBDIR+= mfs 40 1.45 pgoyette SUBDIR+= miiverbose 41 1.45 pgoyette SUBDIR+= miniroot 42 1.31 rmind SUBDIR+= mqueue 43 1.18 ad SUBDIR+= msdos 44 1.68 ahoka SUBDIR+= nand 45 1.68 ahoka SUBDIR+= nandemulator 46 1.15 ad SUBDIR+= nfs 47 1.15 ad SUBDIR+= nfsserver 48 1.30 reinoud SUBDIR+= nilfs 49 1.96 tron SUBDIR+= npf 50 1.97 tron SUBDIR+= npf_alg_icmp 51 1.7 rumble SUBDIR+= ntfs 52 1.18 ad SUBDIR+= null 53 1.92 mbalmer SUBDIR+= onewire 54 1.7 rumble SUBDIR+= overlay 55 1.42 pgoyette SUBDIR+= pciverbose 56 1.41 ahoka SUBDIR+= pf 57 1.19 cube SUBDIR+= ppp_bsdcomp 58 1.19 cube SUBDIR+= ppp_deflate 59 1.7 rumble SUBDIR+= procfs 60 1.7 rumble SUBDIR+= ptyfs 61 1.7 rumble SUBDIR+= puffs 62 1.15 ad SUBDIR+= putter 63 1.44 pgoyette SUBDIR+= scsiverbose 64 1.103 pgoyette SUBDIR+= sdtemp 65 1.33 elad SUBDIR+= secmodel_bsd44 66 1.100 jym SUBDIR+= secmodel_extensions 67 1.33 elad SUBDIR+= secmodel_overlay 68 1.33 elad SUBDIR+= securelevel 69 1.7 rumble SUBDIR+= smbfs 70 1.81 pgoyette SUBDIR+= spdmem 71 1.24 pooka SUBDIR+= sysvbfs 72 1.33 elad SUBDIR+= suser 73 1.48 pgoyette SUBDIR+= swsensor 74 1.7 rumble SUBDIR+= tmpfs 75 1.108 riastrad SUBDIR+= uatp 76 1.7 rumble SUBDIR+= udf 77 1.18 ad SUBDIR+= umap 78 1.7 rumble SUBDIR+= union 79 1.43 pgoyette SUBDIR+= usbverbose 80 1.106 christos SUBDIR+= vcoda 81 1.78 enami SUBDIR+= v7fs 82 1.25 haad SUBDIR+= vnd 83 1.29 yamt SUBDIR+= tprof 84 1.7 rumble .if (defined(NOTYET)) 85 1.7 rumble SUBDIR+= unionfs 86 1.7 rumble .endif 87 1.37 dyoung .if ${MKBINUTILS} != "no" 88 1.37 dyoung SUBDIR+= xldscripts 89 1.37 dyoung .endif 90 1.7 rumble 91 1.15 ad # Machine dependent section 92 1.47 tsutsui .if ${MACHINE_ARCH} == "i386" || \ 93 1.49 tsutsui ${MACHINE_CPU} == "m68k" 94 1.47 tsutsui SUBDIR+= exec_aout 95 1.47 tsutsui .endif 96 1.47 tsutsui 97 1.21 tsutsui .if ${MACHINE_ARCH} != "alpha" 98 1.17 martin SUBDIR+= exec_elf32 99 1.17 martin .endif 100 1.15 ad 101 1.21 tsutsui .if ${MACHINE_ARCH} == "alpha" || \ 102 1.21 tsutsui ${MACHINE_ARCH} == "sparc64" || \ 103 1.21 tsutsui ${MACHINE_ARCH} == "x86_64" 104 1.20 he SUBDIR+= exec_elf64 105 1.20 he .endif 106 1.20 he 107 1.29 yamt .if ${MACHINE_ARCH} == "i386" || \ 108 1.29 yamt ${MACHINE_ARCH} == "x86_64" 109 1.71 jruoho SUBDIR+= amdtemp 110 1.64 jruoho SUBDIR+= coretemp 111 1.65 jruoho SUBDIR+= est 112 1.72 jruoho SUBDIR+= hpet 113 1.69 jruoho SUBDIR+= odcm 114 1.66 jruoho SUBDIR+= powernow 115 1.29 yamt SUBDIR+= tprof_pmi 116 1.70 yamt SUBDIR+= tprof_amdpmi 117 1.95 jmcneill SUBDIR+= vmt 118 1.29 yamt .endif 119 1.29 yamt 120 1.85 jruoho # 121 1.85 jruoho # ACPI modules 122 1.85 jruoho # 123 1.46 pgoyette .if ${MACHINE_ARCH} == "i386" || \ 124 1.46 pgoyette ${MACHINE_ARCH} == "ia64" || \ 125 1.46 pgoyette ${MACHINE_ARCH} == "x86_64" 126 1.46 pgoyette SUBDIR+= acpiverbose 127 1.46 pgoyette .endif 128 1.46 pgoyette 129 1.50 jmcneill .if ${MACHINE_ARCH} == "i386" || \ 130 1.50 jmcneill ${MACHINE_ARCH} == "x86_64" 131 1.52 jruoho SUBDIR+= acpiacad 132 1.52 jruoho SUBDIR+= acpibat 133 1.52 jruoho SUBDIR+= acpibut 134 1.52 jruoho SUBDIR+= acpicpu 135 1.53 jruoho SUBDIR+= acpidalb 136 1.58 jruoho SUBDIR+= acpifan 137 1.52 jruoho SUBDIR+= acpilid 138 1.57 jruoho SUBDIR+= acpipmtr 139 1.53 jruoho SUBDIR+= acpitz 140 1.53 jruoho SUBDIR+= acpivga 141 1.86 jruoho SUBDIR+= acpiwdrt 142 1.51 jmcneill SUBDIR+= acpiwmi 143 1.53 jruoho SUBDIR+= aibs 144 1.54 jruoho SUBDIR+= asus 145 1.63 jruoho SUBDIR+= fujbp 146 1.63 jruoho SUBDIR+= fujhk 147 1.75 jruoho SUBDIR+= hpacel 148 1.54 jruoho SUBDIR+= hpqlb 149 1.52 jruoho SUBDIR+= thinkpad 150 1.50 jmcneill SUBDIR+= wmidell 151 1.83 jruoho SUBDIR+= wmieeepc 152 1.50 jmcneill SUBDIR+= wmihp 153 1.50 jmcneill SUBDIR+= wmimsi 154 1.50 jmcneill .endif 155 1.50 jmcneill 156 1.27 abs .if ${MACHINE_ARCH} == "x86_64" 157 1.15 ad SUBDIR+= azalia 158 1.15 ad SUBDIR+= compat_linux 159 1.15 ad SUBDIR+= compat_linux32 160 1.15 ad SUBDIR+= compat_netbsd32 161 1.15 ad SUBDIR+= drm 162 1.15 ad SUBDIR+= i915drm 163 1.40 ahoka SUBDIR+= pad 164 1.15 ad .endif 165 1.15 ad 166 1.27 abs .if ${MACHINE_ARCH} == "i386" 167 1.90 jmcneill SUBDIR+= ati_pcigart 168 1.15 ad SUBDIR+= azalia 169 1.15 ad SUBDIR+= compat_freebsd 170 1.15 ad SUBDIR+= compat_ibcs2 171 1.15 ad SUBDIR+= compat_linux 172 1.15 ad SUBDIR+= compat_svr4 173 1.15 ad SUBDIR+= drm 174 1.15 ad SUBDIR+= i915drm 175 1.90 jmcneill SUBDIR+= mach64drm 176 1.90 jmcneill SUBDIR+= mgadrm 177 1.76 jmcneill SUBDIR+= nsclpcsio 178 1.40 ahoka SUBDIR+= pad 179 1.62 jmcneill SUBDIR+= padlock 180 1.90 jmcneill SUBDIR+= r128drm 181 1.90 jmcneill SUBDIR+= radeondrm 182 1.90 jmcneill SUBDIR+= savagedrm 183 1.90 jmcneill SUBDIR+= sisdrm 184 1.90 jmcneill SUBDIR+= tdfxdrm 185 1.67 jruoho SUBDIR+= viac7temp 186 1.90 jmcneill SUBDIR+= viadrm 187 1.15 ad .endif 188 1.15 ad 189 1.85 jruoho # 190 1.85 jruoho # ISA modules 191 1.85 jruoho # 192 1.56 jmcneill .if ${MACHINE_ARCH} == "i386" || \ 193 1.56 jmcneill ${MACHINE_ARCH} == "x86_64" 194 1.59 jmcneill SUBDIR+= aps 195 1.80 jmcneill SUBDIR+= finsio 196 1.79 jmcneill SUBDIR+= itesio 197 1.101 jakllsch SUBDIR+= lm 198 1.101 jakllsch SUBDIR+= lm_isa 199 1.101 jakllsch SUBDIR+= lm_isa_common 200 1.101 jakllsch SUBDIR+= lm_wbsio 201 1.101 jakllsch SUBDIR+= wbsio 202 1.56 jmcneill .endif 203 1.56 jmcneill 204 1.49 tsutsui .if ${MACHINE_CPU} == "m68k" 205 1.47 tsutsui SUBDIR+= compat_aoutm68k 206 1.47 tsutsui #SUBDIR+= compat_linux 207 1.47 tsutsui #SUBDIR+= compat_sunos 208 1.47 tsutsui #SUBDIR+= compat_svr4 209 1.47 tsutsui .endif 210 1.47 tsutsui 211 1.88 mbalmer .if ${MACHINE_ARCH} == "i386" || \ 212 1.88 mbalmer ${MACHINE_ARCH} == "x86_64" || \ 213 1.88 mbalmer ${MACHINE_ARCH} == "sparc64" 214 1.88 mbalmer SUBDIR+= pwdog 215 1.88 mbalmer .endif 216 1.88 mbalmer 217 1.23 agc .include <bsd.own.mk> 218 1.23 agc 219 1.107 reinoud # 220 1.107 reinoud # NetBSD/usermode support 221 1.107 reinoud # 222 1.107 reinoud .if ${MACHINE_ARCH} == "i386" || \ 223 1.107 reinoud ${MACHINE_ARCH} == "x86_64" 224 1.107 reinoud SUBDIR+= ../arch/usermode/modules/syscallemu 225 1.107 reinoud .endif 226 1.107 reinoud 227 1.23 agc # we need our device mapper for LVM 228 1.23 agc .if (${MKLVM} != "no") 229 1.28 yamt SUBDIR+= dm 230 1.23 agc .endif 231 1.23 agc 232 1.39 darran .if (${MKDTRACE} != "no") 233 1.39 darran SUBDIR+= dtrace 234 1.39 darran .endif 235 1.39 darran 236 1.39 darran # we need solaris for the dtrace and zfs modules 237 1.39 darran .if (${MKDTRACE} != "no" || ${MKZFS} != "no") 238 1.39 darran SUBDIR+= solaris 239 1.39 darran .endif 240 1.39 darran 241 1.34 haad .if (${MKZFS} != "no") 242 1.34 haad SUBDIR+= zfs 243 1.34 haad .endif 244 1.34 haad 245 1.73 mrg .if (${MKCOMPATMODULES} != "no") 246 1.73 mrg SUBDIR+= arch 247 1.73 mrg .endif 248 1.73 mrg 249 1.84 jmcneill # 250 1.84 jmcneill # DTV modules 251 1.84 jmcneill # 252 1.84 jmcneill SUBDIR+= dtv 253 1.84 jmcneill SUBDIR+= dtv_math 254 1.84 jmcneill .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" 255 1.84 jmcneill # tuners/demods 256 1.84 jmcneill SUBDIR+= au8522 257 1.84 jmcneill SUBDIR+= cx24227 258 1.84 jmcneill SUBDIR+= lg3303 259 1.84 jmcneill SUBDIR+= mt2131 260 1.84 jmcneill SUBDIR+= nxt2k 261 1.84 jmcneill SUBDIR+= tvpll 262 1.84 jmcneill SUBDIR+= xc3028 263 1.84 jmcneill SUBDIR+= xc5k 264 1.91 jruoho SUBDIR+= zl10353 265 1.84 jmcneill # hardware drivers 266 1.84 jmcneill SUBDIR+= auvitek 267 1.84 jmcneill SUBDIR+= coram 268 1.84 jmcneill SUBDIR+= cxdtv 269 1.84 jmcneill SUBDIR+= emdtv 270 1.84 jmcneill .endif 271 1.84 jmcneill 272 1.98 riz .if (${MKISCSI} != "no") 273 1.98 riz SUBDIR+= iscsi 274 1.98 riz .endif 275 1.98 riz 276 1.1 ad .include <bsd.subdir.mk> 277