Home | History | Annotate | Download | only in arm

Lines Matching full:out_dir

108     OUT_DIR="$ANDROID_BUILD_TOP/$PREBUILT_KERNEL_DIR"
110 OUT_DIR=
178 echo " --out-dir=<path> Set output directory [$OUT_DIR]"
215 OUT_DIR="$OPTION_OUT_DIR"
229 if [ -z "$OUT_DIR" ] ; then
230 OUT_DIR="$ANDROID_BUILD_TOP/$PREBUILT_KERNEL_DIR"
231 if [ ! -d "$OUT_DIR" ]; then
232 echo "ERROR: Missing default output dir: $OUT_DIR"
238 echo "Using output directory: $OUT_DIR"
239 mkdir -p "$OUT_DIR"
240 fail_panic "Could not create directory: $OUT_DIR"
300 echo "Copying $1_defconfig binaries to $OUT_DIR."
301 cp -f arch/arm/boot/zImage "$OUT_DIR/kernel-qemu$2"
302 cp -f vmlinux "$OUT_DIR/vmlinux-qemu$2"