mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 16:47:10 +02:00
4 lines
96 B
Plaintext
4 lines
96 B
Plaintext
|
#!/bin/sh -e
|
||
|
PATH=$PATH:../u-boot/tools
|
||
|
make ARCH=mips CROSS_COMPILE=mipsel-openwrt-linux- "$@"
|