Home | History | Annotate | Download | only in linux
      1 # export PATH=<PATH TO CROSS COMPILER>:$PATH
      2 export CROSS_COMPILE=arm-eabi-
      3 export ARCH=arm
      4 export HOST_PLATFORM=sholes
      5 export KERNEL_DIR=/usr/local/google/android/master/kernel
      6 
      7