mirror of
https://github.com/thead-yocto-mirror/vpu-vc8000d-kernel
synced 2026-07-21 07:17:58 +02:00
11 lines
169 B
Bash
11 lines
169 B
Bash
#!/bin/sh
|
|
|
|
KDIR=/mnt/export/Testing/Board_Version_Control/SW_Common/VExpress/linux-linaro-3.2-2012.01-0
|
|
|
|
echo
|
|
echo "KDIR=$KDIR"
|
|
echo "CROSS=$CROSS"
|
|
|
|
make KDIR=$KDIR $1
|
|
|