Lines Matching refs:e
170 condition="${e/:*}"
171 config="$(eval echo ${e#*:})"
251 module_name="${e/:*}"
252 module_path="${e#*:}"
275 for e in "${module_list[@]}"; do
355 build_rootfs e $STAGING_DIR/rootfs.cpio.gz $STAGING_DIR/skel >/dev/null
359 for e in $(find $STAGING_DIR/lib/modules/$KERNEL_VERSION -name "*.ko"); do
360 cp $e $STAGING_DIR/skel/lib/modules/$KERNEL_VERSION
453 for e in $(find $BUILD_OUT_DIR -name "*.ko"); do
454 copy_list+=($e:$STAGING_DIR/lib/modules/$KERNEL_VERSION)
461 for e in ${copy_list[@]}; do
462 [ -f ${e/:*} ] && cp -f ${e/:*} ${e#*:}
508 build_rootfs e $STAGING_DIR/rootfs.cpio.gz $STAGING_DIR/skel >/dev/null