Home | History | Annotate | Line # | Download | only in modules
Makefile revision 1.86
      1  1.86    jruoho #	$NetBSD: Makefile,v 1.86 2011/08/09 12:16:03 jruoho 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.7    rumble SUBDIR+=	efs
     19   1.7    rumble SUBDIR+=	ext2fs
     20  1.15        ad SUBDIR+=	exec_script
     21   1.7    rumble SUBDIR+=	fdesc
     22   1.7    rumble SUBDIR+=	ffs
     23  1.18        ad SUBDIR+=	filecore
     24  1.68     ahoka SUBDIR+=	flash
     25  1.15        ad SUBDIR+=	fss
     26   1.7    rumble SUBDIR+=	hfs
     27   1.7    rumble SUBDIR+=	kernfs
     28  1.15        ad SUBDIR+=	ksem
     29  1.22        ad SUBDIR+=	layerfs
     30   1.7    rumble SUBDIR+=	lfs
     31   1.7    rumble SUBDIR+=	mfs
     32  1.45  pgoyette SUBDIR+=	miiverbose
     33  1.45  pgoyette SUBDIR+=	miniroot
     34  1.31     rmind SUBDIR+=	mqueue
     35  1.18        ad SUBDIR+=	msdos
     36  1.68     ahoka SUBDIR+=	nand
     37  1.68     ahoka SUBDIR+=	nandemulator
     38  1.15        ad SUBDIR+=	nfs
     39  1.15        ad SUBDIR+=	nfsserver
     40  1.30   reinoud SUBDIR+=	nilfs
     41   1.7    rumble SUBDIR+=	ntfs
     42  1.18        ad SUBDIR+=	null
     43   1.7    rumble SUBDIR+=	overlay
     44  1.42  pgoyette SUBDIR+=	pciverbose
     45  1.41     ahoka SUBDIR+=	pf
     46  1.19      cube SUBDIR+=	ppp_bsdcomp
     47  1.19      cube SUBDIR+=	ppp_deflate
     48   1.7    rumble SUBDIR+=	procfs
     49   1.7    rumble SUBDIR+=	ptyfs
     50   1.7    rumble SUBDIR+=	puffs
     51  1.15        ad SUBDIR+=	putter
     52  1.44  pgoyette SUBDIR+=	scsiverbose
     53  1.33      elad SUBDIR+=	secmodel_bsd44
     54  1.33      elad SUBDIR+=	secmodel_overlay
     55  1.33      elad SUBDIR+=	securelevel
     56   1.7    rumble SUBDIR+=	smbfs
     57  1.81  pgoyette SUBDIR+=	spdmem
     58  1.24     pooka SUBDIR+=	sysvbfs
     59  1.33      elad SUBDIR+=	suser
     60  1.48  pgoyette SUBDIR+=	swsensor
     61   1.7    rumble SUBDIR+=	tmpfs
     62   1.7    rumble SUBDIR+=	udf
     63  1.18        ad SUBDIR+=	umap
     64   1.7    rumble SUBDIR+=	union
     65  1.43  pgoyette SUBDIR+=	usbverbose
     66  1.78     enami SUBDIR+=	v7fs
     67  1.25      haad SUBDIR+=	vnd
     68  1.29      yamt SUBDIR+=	tprof
     69   1.7    rumble .if (defined(NOTYET))
     70   1.7    rumble SUBDIR+=	unionfs
     71   1.7    rumble .endif
     72  1.37    dyoung .if ${MKBINUTILS} != "no"
     73  1.37    dyoung SUBDIR+=	xldscripts
     74  1.37    dyoung .endif
     75   1.7    rumble 
     76  1.15        ad # Machine dependent section
     77  1.47   tsutsui .if ${MACHINE_ARCH} == "i386" || \
     78  1.49   tsutsui     ${MACHINE_CPU} == "m68k"
     79  1.47   tsutsui SUBDIR+=	exec_aout
     80  1.47   tsutsui .endif
     81  1.47   tsutsui 
     82  1.21   tsutsui .if ${MACHINE_ARCH} != "alpha"
     83  1.17    martin SUBDIR+=	exec_elf32
     84  1.17    martin .endif
     85  1.15        ad 
     86  1.21   tsutsui .if ${MACHINE_ARCH} == "alpha" || \
     87  1.21   tsutsui     ${MACHINE_ARCH} == "sparc64" || \
     88  1.21   tsutsui     ${MACHINE_ARCH} == "x86_64"
     89  1.20        he SUBDIR+=	exec_elf64
     90  1.20        he .endif
     91  1.20        he 
     92  1.29      yamt .if ${MACHINE_ARCH} == "i386" || \
     93  1.29      yamt     ${MACHINE_ARCH} == "x86_64"
     94  1.71    jruoho SUBDIR+=	amdtemp
     95  1.64    jruoho SUBDIR+=	coretemp
     96  1.65    jruoho SUBDIR+=	est
     97  1.72    jruoho SUBDIR+=	hpet
     98  1.69    jruoho SUBDIR+=	odcm
     99  1.66    jruoho SUBDIR+=	powernow
    100  1.29      yamt SUBDIR+=	tprof_pmi
    101  1.70      yamt SUBDIR+=	tprof_amdpmi
    102  1.29      yamt .endif
    103  1.29      yamt 
    104  1.85    jruoho #
    105  1.85    jruoho # ACPI modules
    106  1.85    jruoho #
    107  1.46  pgoyette .if ${MACHINE_ARCH} == "i386" || \
    108  1.46  pgoyette     ${MACHINE_ARCH} == "ia64" || \
    109  1.46  pgoyette     ${MACHINE_ARCH} == "x86_64"
    110  1.46  pgoyette SUBDIR+=	acpiverbose
    111  1.46  pgoyette .endif
    112  1.46  pgoyette 
    113  1.50  jmcneill .if ${MACHINE_ARCH} == "i386" || \
    114  1.50  jmcneill     ${MACHINE_ARCH} == "x86_64"
    115  1.52    jruoho SUBDIR+=	acpiacad
    116  1.52    jruoho SUBDIR+=	acpibat
    117  1.52    jruoho SUBDIR+=	acpibut
    118  1.52    jruoho SUBDIR+=	acpicpu
    119  1.53    jruoho SUBDIR+=	acpidalb
    120  1.58    jruoho SUBDIR+=	acpifan
    121  1.52    jruoho SUBDIR+=	acpilid
    122  1.57    jruoho SUBDIR+=	acpipmtr
    123  1.53    jruoho SUBDIR+=	acpitz
    124  1.53    jruoho SUBDIR+=	acpivga
    125  1.86    jruoho SUBDIR+=	acpiwdrt
    126  1.51  jmcneill SUBDIR+=	acpiwmi
    127  1.53    jruoho SUBDIR+=	aibs
    128  1.54    jruoho SUBDIR+=	asus
    129  1.63    jruoho SUBDIR+=	fujbp
    130  1.63    jruoho SUBDIR+=	fujhk
    131  1.75    jruoho SUBDIR+=	hpacel
    132  1.54    jruoho SUBDIR+=	hpqlb
    133  1.52    jruoho SUBDIR+=	thinkpad
    134  1.50  jmcneill SUBDIR+=	wmidell
    135  1.83    jruoho SUBDIR+=	wmieeepc
    136  1.50  jmcneill SUBDIR+=	wmihp
    137  1.50  jmcneill SUBDIR+=	wmimsi
    138  1.50  jmcneill .endif
    139  1.50  jmcneill 
    140  1.27       abs .if ${MACHINE_ARCH} == "x86_64"
    141  1.15        ad SUBDIR+=	azalia
    142  1.15        ad SUBDIR+=	compat_linux
    143  1.15        ad SUBDIR+=	compat_linux32
    144  1.15        ad SUBDIR+=	compat_netbsd32
    145  1.15        ad SUBDIR+=	drm
    146  1.15        ad SUBDIR+=	i915drm
    147  1.40     ahoka SUBDIR+=	pad
    148  1.15        ad .endif
    149  1.15        ad 
    150  1.27       abs .if ${MACHINE_ARCH} == "i386"
    151  1.15        ad SUBDIR+=	azalia
    152  1.15        ad SUBDIR+=	compat_freebsd
    153  1.15        ad SUBDIR+=	compat_ibcs2
    154  1.15        ad SUBDIR+=	compat_linux
    155  1.15        ad SUBDIR+=	compat_svr4
    156  1.15        ad SUBDIR+=	drm
    157  1.15        ad SUBDIR+=	i915drm
    158  1.76  jmcneill SUBDIR+=	nsclpcsio
    159  1.15        ad SUBDIR+=	radeondrm
    160  1.32  jmcneill SUBDIR+=	viadrm
    161  1.40     ahoka SUBDIR+=	pad
    162  1.62  jmcneill SUBDIR+=	padlock
    163  1.67    jruoho SUBDIR+=	viac7temp
    164  1.15        ad .endif
    165  1.15        ad 
    166  1.85    jruoho #
    167  1.85    jruoho # ISA modules
    168  1.85    jruoho #
    169  1.56  jmcneill .if ${MACHINE_ARCH} == "i386" || \
    170  1.56  jmcneill     ${MACHINE_ARCH} == "x86_64"
    171  1.59  jmcneill SUBDIR+=	aps
    172  1.80  jmcneill SUBDIR+=	finsio
    173  1.79  jmcneill SUBDIR+=	itesio
    174  1.56  jmcneill .endif
    175  1.56  jmcneill 
    176  1.49   tsutsui .if ${MACHINE_CPU} == "m68k"
    177  1.47   tsutsui SUBDIR+=	compat_aoutm68k
    178  1.47   tsutsui #SUBDIR+=	compat_linux
    179  1.47   tsutsui #SUBDIR+=	compat_sunos
    180  1.47   tsutsui #SUBDIR+=	compat_svr4
    181  1.47   tsutsui .endif
    182  1.47   tsutsui 
    183  1.23       agc .include <bsd.own.mk>
    184  1.23       agc 
    185  1.23       agc # we need our device mapper for LVM
    186  1.23       agc .if (${MKLVM} != "no")
    187  1.28      yamt SUBDIR+= 	dm
    188  1.23       agc .endif
    189  1.23       agc 
    190  1.39    darran .if (${MKDTRACE} != "no")
    191  1.39    darran SUBDIR+=	dtrace
    192  1.39    darran .endif
    193  1.39    darran 
    194  1.39    darran # we need solaris for the dtrace and zfs modules
    195  1.39    darran .if (${MKDTRACE} != "no" || ${MKZFS} != "no")
    196  1.39    darran SUBDIR+=        solaris
    197  1.39    darran .endif
    198  1.39    darran 
    199  1.34      haad .if (${MKZFS} != "no")
    200  1.34      haad SUBDIR+=	zfs
    201  1.34      haad .endif
    202  1.34      haad 
    203  1.73       mrg .if (${MKCOMPATMODULES} != "no")
    204  1.73       mrg SUBDIR+=	arch
    205  1.73       mrg .endif
    206  1.73       mrg 
    207  1.84  jmcneill #
    208  1.84  jmcneill # DTV modules
    209  1.84  jmcneill #
    210  1.84  jmcneill SUBDIR+=	dtv
    211  1.84  jmcneill SUBDIR+=	dtv_math
    212  1.84  jmcneill .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
    213  1.84  jmcneill # tuners/demods
    214  1.84  jmcneill SUBDIR+=	au8522
    215  1.84  jmcneill SUBDIR+=	cx24227
    216  1.84  jmcneill SUBDIR+=	lg3303
    217  1.84  jmcneill SUBDIR+=	mt2131
    218  1.84  jmcneill SUBDIR+=	nxt2k
    219  1.84  jmcneill SUBDIR+=	tvpll
    220  1.84  jmcneill SUBDIR+=	xc3028
    221  1.84  jmcneill SUBDIR+=	xc5k
    222  1.84  jmcneill # hardware drivers
    223  1.84  jmcneill SUBDIR+=	auvitek
    224  1.84  jmcneill SUBDIR+=	coram
    225  1.84  jmcneill SUBDIR+=	cxdtv
    226  1.84  jmcneill SUBDIR+=	emdtv
    227  1.84  jmcneill .endif
    228  1.84  jmcneill 
    229   1.1        ad .include <bsd.subdir.mk>
    230