mirror of
https://github.com/thead-yocto-mirror/vpu-vc8000d-kernel
synced 2026-07-20 14:58:00 +02:00
11 lines
189 B
Bash
11 lines
189 B
Bash
#!/bin/sh
|
|
|
|
KDIR=/mnt/export/Testing/Board_Version_Control/SW_Common/SOCLE_MDK-3D/openlinux/2.6.29/v0_5/android_linux-2.6.29
|
|
|
|
echo
|
|
echo "KDIR=$KDIR"
|
|
echo "CROSS=$CROSS"
|
|
|
|
make KDIR=$KDIR $1
|
|
|