1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 15:43:43 +02:00
wernermisc/bin/mknnk

4 lines
96 B
Plaintext
Raw Normal View History

#!/bin/sh -e
PATH=$PATH:../u-boot/tools
make ARCH=mips CROSS_COMPILE=mipsel-openwrt-linux- "$@"