Revision 2c5f44bd
Added by Renato Botelho almost 7 years ago
tools/builder_defaults.sh | ||
---|---|---|
135 | 135 |
# Do not touch builder /usr/obj |
136 | 136 |
export MAKEOBJDIRPREFIX=${MAKEOBJDIRPREFIX:-"${SCRATCHDIR}/obj"} |
137 | 137 |
|
138 |
export MODULES_OVERRIDE=${MODULES_OVERRIDE:-"aesni amdtemp coretemp cryptodev cpuctl drm2 fdescfs dummynet hwpmc i915kms i2c if_stf ipdivert ipfw ipmi ix ixv ndis nmdm opensolaris sfxge vmm zfs"}
|
|
138 |
export MODULES_OVERRIDE=${MODULES_OVERRIDE:-"aesni amdtemp coretemp cryptodev cpuctl drm2 fdescfs dummynet hwpmc i2c if_stf ipdivert ipfw ipmi ix ixv ndis nmdm opensolaris sfxge vmm zfs"} |
|
139 | 139 |
|
140 | 140 |
# gnid |
141 | 141 |
export GNID_REPO_BASE=${GNID_REPO_BASE:-"${GIT_REPO_BASE}/gnid.git"} |
Also available in: Unified diff
i915kms doesn't need to be declared here