aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2015-03-26 14:55:22 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2015-03-26 14:55:22 +0000
commit4be7e5f8fbdf95c66b1d848ab1cb1d1a8877efb0 (patch)
treece54b5d3a906273fa63ff14ae77a7ef2b22818f9 /sys/modules/Makefile
parent0276459325ca9c21b321dba2e797a9fb7023dbc0 (diff)
downloadsrc-4be7e5f8fbdf95c66b1d848ab1cb1d1a8877efb0.tar.gz
src-4be7e5f8fbdf95c66b1d848ab1cb1d1a8877efb0.zip
Make several modules unconditionally built, there's no need for them to be
hidden. These modules pass a tinderbox build. Discussed with: ian and others MFC after: 1 month
Notes
Notes: svn path=/head/; revision=280692
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile19
1 files changed, 4 insertions, 15 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 9387f6bb73dc..76b9e711ec8e 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -108,7 +108,7 @@ SUBDIR= \
${_et} \
${_ex} \
${_exca} \
- ${_ext2fs} \
+ ext2fs \
${_fatm} \
fdc \
fdescfs \
@@ -132,7 +132,7 @@ SUBDIR= \
${_hptrr} \
hwpmc \
${_hyperv} \
- ${_i2c} \
+ i2c \
${_ibcore} \
${_ibcs2} \
${_ichwd} \
@@ -315,11 +315,11 @@ SUBDIR= \
siis \
sis \
sk \
- ${_smbfs} \
+ smbfs \
sn \
${_snc} \
snp \
- ${_sound} \
+ sound \
${_speaker} \
${_splash} \
${_sppp} \
@@ -498,10 +498,8 @@ _em= em
_ep= ep
_et= et
_exca= exca
-_ext2fs= ext2fs
_fe= fe
_filemon= filemon
-_i2c= i2c
.if ${MK_OFED} != "no" || defined(ALL_MODULES)
_ibcore= ibcore
.endif
@@ -530,8 +528,6 @@ _rdma= rdma
_safe= safe
_scsi_low= scsi_low
_si= si
-_smbfs= smbfs
-_sound= sound
_speaker= speaker
_splash= splash
_sppp= sppp
@@ -688,7 +684,6 @@ _snc= snc
.if ${MACHINE_CPUARCH} == "arm"
_cfi= cfi
_cpsw= cpsw
-_sound= sound
.endif
.if ${MACHINE_CPUARCH} == "powerpc"
@@ -709,14 +704,11 @@ _nvram= powermac_nvram
_opensolaris= opensolaris
.endif
_pccard= pccard
-_smbfs= smbfs
-_sound= sound
_wi= wi
.endif
.if ${MACHINE_ARCH} == "powerpc64"
_drm2= drm2
-_i2c= i2c
.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
_zfs= zfs
.endif
@@ -726,13 +718,10 @@ _zfs= zfs
_auxio= auxio
_em= em
_epic= epic
-_i2c= i2c
_igb= igb
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
_opensolaris= opensolaris
.endif
-_smbfs= smbfs
-_sound= sound
.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
_zfs= zfs
.endif