1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 14:45:19 +02:00
wernermisc/bin/mknnk
Werner Almesberger 3b2b9166d9 mknnk, nnui: kernel build scripts
- mknnk: invoke "make" for making a NanoNote kernel
- nnui: make an uImage for the NanoNote
2011-03-25 20:19:51 -03:00

4 lines
96 B
Bash
Executable File

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