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