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