Home | History | Annotate | Download | only in distrib

Lines Matching refs:OUTPUT

8 OUTPUT=/tmp/kernel-qemu
83 echo " --out=<directory> output directory [$OUTPUT]"
114 # Check output directory.
117 echo "Output directory '$OPTION_OUT' does not exist ! Aborting."
120 OUTPUT=$OPTION_OUT
122 mkdir -p $OUTPUT
190 # Note: The exact names of the output files are important for the Android build,
210 cp -f arch/$ARCH/boot/$ZIMAGE $OUTPUT/$OUTPUT_KERNEL
211 cp -f vmlinux $OUTPUT/$OUTPUT_VMLINUX
213 echo "Kernel $CONFIG prebuilt images ($OUTPUT_KERNEL and $OUTPUT_VMLINUX) copied to $OUTPUT successfully !"