Home | History | Annotate | Line # | Download | only in modules
Makefile revision 1.125
      1  1.125       bad #	$NetBSD: Makefile,v 1.125 2013/11/17 17:16:24 bad 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.120    nonaka SUBDIR+=	if_axen
     36  1.118  christos SUBDIR+=	if_npflog
     37  1.124     skrll SUBDIR+=	if_smsc
     38   1.94   mbalmer SUBDIR+=	iic
     39    1.7    rumble SUBDIR+=	kernfs
     40   1.22        ad SUBDIR+=	layerfs
     41    1.7    rumble SUBDIR+=	lfs
     42  1.121   mbalmer SUBDIR+=	lua
     43  1.122   mbalmer SUBDIR+=	luacore
     44  1.123   mbalmer SUBDIR+=	luapmf
     45    1.7    rumble SUBDIR+=	mfs
     46   1.45  pgoyette SUBDIR+=	miiverbose
     47   1.45  pgoyette SUBDIR+=	miniroot
     48   1.31     rmind SUBDIR+=	mqueue
     49   1.18        ad SUBDIR+=	msdos
     50   1.68     ahoka SUBDIR+=	nand
     51   1.68     ahoka SUBDIR+=	nandemulator
     52   1.15        ad SUBDIR+=	nfs
     53   1.15        ad SUBDIR+=	nfsserver
     54   1.30   reinoud SUBDIR+=	nilfs
     55   1.96      tron SUBDIR+=	npf
     56   1.97      tron SUBDIR+=	npf_alg_icmp
     57  1.111     rmind SUBDIR+=	npf_ext_log
     58  1.119  christos SUBDIR+=	npf_ext_normalize
     59  1.117     rmind SUBDIR+=	npf_ext_rndblock
     60    1.7    rumble SUBDIR+=	ntfs
     61   1.18        ad SUBDIR+=	null
     62   1.92   mbalmer SUBDIR+=	onewire
     63    1.7    rumble SUBDIR+=	overlay
     64   1.42  pgoyette SUBDIR+=	pciverbose
     65   1.41     ahoka SUBDIR+=	pf
     66   1.19      cube SUBDIR+=	ppp_bsdcomp
     67   1.19      cube SUBDIR+=	ppp_deflate
     68    1.7    rumble SUBDIR+=	procfs
     69    1.7    rumble SUBDIR+=	ptyfs
     70    1.7    rumble SUBDIR+=	puffs
     71   1.15        ad SUBDIR+=	putter
     72   1.44  pgoyette SUBDIR+=	scsiverbose
     73  1.103  pgoyette SUBDIR+=	sdtemp
     74   1.33      elad SUBDIR+=	secmodel_bsd44
     75  1.100       jym SUBDIR+=	secmodel_extensions
     76   1.33      elad SUBDIR+=	secmodel_overlay
     77   1.33      elad SUBDIR+=	securelevel
     78    1.7    rumble SUBDIR+=	smbfs
     79   1.81  pgoyette SUBDIR+=	spdmem
     80   1.24     pooka SUBDIR+=	sysvbfs
     81   1.33      elad SUBDIR+=	suser
     82   1.48  pgoyette SUBDIR+=	swsensor
     83    1.7    rumble SUBDIR+=	tmpfs
     84  1.108  riastrad SUBDIR+=	uatp
     85  1.125       bad SUBDIR+=	ubsec
     86    1.7    rumble SUBDIR+=	udf
     87   1.18        ad SUBDIR+=	umap
     88    1.7    rumble SUBDIR+=	union
     89   1.43  pgoyette SUBDIR+=	usbverbose
     90  1.106  christos SUBDIR+=	vcoda
     91   1.78     enami SUBDIR+=	v7fs
     92   1.25      haad SUBDIR+=	vnd
     93   1.29      yamt SUBDIR+=	tprof
     94    1.7    rumble .if (defined(NOTYET))
     95    1.7    rumble SUBDIR+=	unionfs
     96    1.7    rumble .endif
     97   1.37    dyoung .if ${MKBINUTILS} != "no"
     98   1.37    dyoung SUBDIR+=	xldscripts
     99   1.37    dyoung .endif
    100    1.7    rumble 
    101   1.15        ad # Machine dependent section
    102   1.47   tsutsui .if ${MACHINE_ARCH} == "i386" || \
    103   1.49   tsutsui     ${MACHINE_CPU} == "m68k"
    104   1.47   tsutsui SUBDIR+=	exec_aout
    105   1.47   tsutsui .endif
    106   1.47   tsutsui 
    107   1.21   tsutsui .if ${MACHINE_ARCH} != "alpha"
    108   1.17    martin SUBDIR+=	exec_elf32
    109   1.17    martin .endif
    110   1.15        ad 
    111   1.21   tsutsui .if ${MACHINE_ARCH} == "alpha" || \
    112   1.21   tsutsui     ${MACHINE_ARCH} == "sparc64" || \
    113   1.21   tsutsui     ${MACHINE_ARCH} == "x86_64"
    114   1.20        he SUBDIR+=	exec_elf64
    115   1.20        he .endif
    116   1.20        he 
    117   1.29      yamt .if ${MACHINE_ARCH} == "i386" || \
    118   1.29      yamt     ${MACHINE_ARCH} == "x86_64"
    119   1.71    jruoho SUBDIR+=	amdtemp
    120   1.64    jruoho SUBDIR+=	coretemp
    121   1.65    jruoho SUBDIR+=	est
    122  1.110    martin SUBDIR+=	hdafg
    123  1.110    martin SUBDIR+=	hdaudio
    124   1.72    jruoho SUBDIR+=	hpet
    125   1.69    jruoho SUBDIR+=	odcm
    126   1.66    jruoho SUBDIR+=	powernow
    127   1.29      yamt SUBDIR+=	tprof_pmi
    128   1.70      yamt SUBDIR+=	tprof_amdpmi
    129   1.95  jmcneill SUBDIR+=	vmt
    130   1.29      yamt .endif
    131   1.29      yamt 
    132  1.114     alnsn .if ${MACHINE_ARCH} == "i386" || \
    133  1.115     alnsn     ${MACHINE_ARCH} == "x86_64" || \
    134  1.115     alnsn     ${MACHINE_ARCH} == "sparc"
    135  1.113     alnsn SUBDIR+=	bpfjit
    136  1.112     alnsn SUBDIR+=	sljit
    137  1.112     alnsn .endif
    138  1.112     alnsn 
    139   1.85    jruoho #
    140   1.85    jruoho # ACPI modules
    141   1.85    jruoho #
    142   1.46  pgoyette .if ${MACHINE_ARCH} == "i386" || \
    143   1.46  pgoyette     ${MACHINE_ARCH} == "ia64" || \
    144   1.46  pgoyette     ${MACHINE_ARCH} == "x86_64"
    145   1.46  pgoyette SUBDIR+=	acpiverbose
    146   1.46  pgoyette .endif
    147   1.46  pgoyette 
    148   1.50  jmcneill .if ${MACHINE_ARCH} == "i386" || \
    149   1.50  jmcneill     ${MACHINE_ARCH} == "x86_64"
    150   1.52    jruoho SUBDIR+=	acpiacad
    151   1.52    jruoho SUBDIR+=	acpibat
    152   1.52    jruoho SUBDIR+=	acpibut
    153   1.52    jruoho SUBDIR+=	acpicpu
    154   1.53    jruoho SUBDIR+=	acpidalb
    155   1.58    jruoho SUBDIR+=	acpifan
    156   1.52    jruoho SUBDIR+=	acpilid
    157   1.57    jruoho SUBDIR+=	acpipmtr
    158   1.53    jruoho SUBDIR+=	acpitz
    159   1.53    jruoho SUBDIR+=	acpivga
    160   1.86    jruoho SUBDIR+=	acpiwdrt
    161   1.51  jmcneill SUBDIR+=	acpiwmi
    162   1.53    jruoho SUBDIR+=	aibs
    163   1.54    jruoho SUBDIR+=	asus
    164   1.63    jruoho SUBDIR+=	fujbp
    165   1.63    jruoho SUBDIR+=	fujhk
    166   1.75    jruoho SUBDIR+=	hpacel
    167   1.54    jruoho SUBDIR+=	hpqlb
    168   1.52    jruoho SUBDIR+=	thinkpad
    169   1.50  jmcneill SUBDIR+=	wmidell
    170   1.83    jruoho SUBDIR+=	wmieeepc
    171   1.50  jmcneill SUBDIR+=	wmihp
    172   1.50  jmcneill SUBDIR+=	wmimsi
    173   1.50  jmcneill .endif
    174   1.50  jmcneill 
    175   1.27       abs .if ${MACHINE_ARCH} == "x86_64"
    176   1.15        ad SUBDIR+=	azalia
    177   1.15        ad SUBDIR+=	compat_linux
    178   1.15        ad SUBDIR+=	compat_linux32
    179   1.15        ad SUBDIR+=	compat_netbsd32
    180   1.15        ad SUBDIR+=	drm
    181   1.15        ad SUBDIR+=	i915drm
    182   1.40     ahoka SUBDIR+=	pad
    183   1.15        ad .endif
    184   1.15        ad 
    185   1.27       abs .if ${MACHINE_ARCH} == "i386"
    186   1.90  jmcneill SUBDIR+=	ati_pcigart
    187   1.15        ad SUBDIR+=	azalia
    188   1.15        ad SUBDIR+=	compat_freebsd
    189   1.15        ad SUBDIR+=	compat_ibcs2
    190   1.15        ad SUBDIR+=	compat_linux
    191   1.15        ad SUBDIR+=	compat_svr4
    192   1.15        ad SUBDIR+=	drm
    193   1.15        ad SUBDIR+=	i915drm
    194   1.90  jmcneill SUBDIR+=	mach64drm
    195   1.90  jmcneill SUBDIR+=	mgadrm
    196   1.76  jmcneill SUBDIR+=	nsclpcsio
    197   1.40     ahoka SUBDIR+=	pad
    198   1.62  jmcneill SUBDIR+=	padlock
    199   1.90  jmcneill SUBDIR+=	r128drm
    200   1.90  jmcneill SUBDIR+=	radeondrm
    201   1.90  jmcneill SUBDIR+=	savagedrm
    202   1.90  jmcneill SUBDIR+=	sisdrm
    203   1.90  jmcneill SUBDIR+=	tdfxdrm
    204   1.67    jruoho SUBDIR+=	viac7temp
    205   1.90  jmcneill SUBDIR+=	viadrm
    206   1.15        ad .endif
    207   1.15        ad 
    208   1.85    jruoho #
    209   1.85    jruoho # ISA modules
    210   1.85    jruoho #
    211   1.56  jmcneill .if ${MACHINE_ARCH} == "i386" || \
    212   1.56  jmcneill     ${MACHINE_ARCH} == "x86_64"
    213   1.59  jmcneill SUBDIR+=	aps
    214   1.80  jmcneill SUBDIR+=	finsio
    215   1.79  jmcneill SUBDIR+=	itesio
    216  1.101  jakllsch SUBDIR+=	lm
    217  1.101  jakllsch SUBDIR+=	lm_isa
    218  1.101  jakllsch SUBDIR+=	lm_isa_common
    219  1.101  jakllsch SUBDIR+=	lm_wbsio
    220  1.101  jakllsch SUBDIR+=	wbsio
    221   1.56  jmcneill .endif
    222   1.56  jmcneill 
    223   1.49   tsutsui .if ${MACHINE_CPU} == "m68k"
    224   1.47   tsutsui SUBDIR+=	compat_aoutm68k
    225   1.47   tsutsui #SUBDIR+=	compat_linux
    226   1.47   tsutsui #SUBDIR+=	compat_sunos
    227   1.47   tsutsui #SUBDIR+=	compat_svr4
    228   1.47   tsutsui .endif
    229   1.47   tsutsui 
    230   1.88   mbalmer .if ${MACHINE_ARCH} == "i386" || \
    231   1.88   mbalmer     ${MACHINE_ARCH} == "x86_64" || \
    232   1.88   mbalmer     ${MACHINE_ARCH} == "sparc64"
    233   1.88   mbalmer SUBDIR+=	pwdog
    234   1.88   mbalmer .endif
    235   1.88   mbalmer 
    236   1.23       agc .include <bsd.own.mk>
    237   1.23       agc 
    238  1.107   reinoud #
    239  1.107   reinoud # NetBSD/usermode support
    240  1.107   reinoud #
    241  1.107   reinoud .if ${MACHINE_ARCH} == "i386" || \
    242  1.107   reinoud     ${MACHINE_ARCH} == "x86_64"
    243  1.107   reinoud SUBDIR+=	../arch/usermode/modules/syscallemu
    244  1.107   reinoud .endif
    245  1.107   reinoud 
    246   1.23       agc # we need our device mapper for LVM
    247   1.23       agc .if (${MKLVM} != "no")
    248   1.28      yamt SUBDIR+= 	dm
    249   1.23       agc .endif
    250   1.23       agc 
    251   1.39    darran .if (${MKDTRACE} != "no")
    252  1.116       chs SUBDIR+=	cyclic
    253   1.39    darran SUBDIR+=	dtrace
    254   1.39    darran .endif
    255   1.39    darran 
    256   1.39    darran # we need solaris for the dtrace and zfs modules
    257   1.39    darran .if (${MKDTRACE} != "no" || ${MKZFS} != "no")
    258   1.39    darran SUBDIR+=        solaris
    259   1.39    darran .endif
    260   1.39    darran 
    261   1.34      haad .if (${MKZFS} != "no")
    262   1.34      haad SUBDIR+=	zfs
    263   1.34      haad .endif
    264   1.34      haad 
    265   1.73       mrg .if (${MKCOMPATMODULES} != "no")
    266   1.73       mrg SUBDIR+=	arch
    267   1.73       mrg .endif
    268   1.73       mrg 
    269   1.84  jmcneill #
    270   1.84  jmcneill # DTV modules
    271   1.84  jmcneill #
    272   1.84  jmcneill SUBDIR+=	dtv
    273   1.84  jmcneill SUBDIR+=	dtv_math
    274   1.84  jmcneill .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
    275   1.84  jmcneill # tuners/demods
    276   1.84  jmcneill SUBDIR+=	au8522
    277   1.84  jmcneill SUBDIR+=	cx24227
    278   1.84  jmcneill SUBDIR+=	lg3303
    279   1.84  jmcneill SUBDIR+=	mt2131
    280   1.84  jmcneill SUBDIR+=	nxt2k
    281   1.84  jmcneill SUBDIR+=	tvpll
    282   1.84  jmcneill SUBDIR+=	xc3028
    283   1.84  jmcneill SUBDIR+=	xc5k
    284   1.91    jruoho SUBDIR+=	zl10353
    285   1.84  jmcneill # hardware drivers
    286   1.84  jmcneill SUBDIR+=	auvitek
    287   1.84  jmcneill SUBDIR+=	coram
    288   1.84  jmcneill SUBDIR+=	cxdtv
    289   1.84  jmcneill SUBDIR+=	emdtv
    290   1.84  jmcneill .endif
    291   1.84  jmcneill 
    292   1.98       riz .if (${MKISCSI} != "no")
    293   1.98       riz SUBDIR+=	iscsi
    294   1.98       riz .endif
    295   1.98       riz 
    296    1.1        ad .include <bsd.subdir.mk>
    297