mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 13:56:22 +02:00
3b2b9166d9
- mknnk: invoke "make" for making a NanoNote kernel - nnui: make an uImage for the NanoNote
4 lines
96 B
Bash
Executable File
4 lines
96 B
Bash
Executable File
#!/bin/sh -e
|
|
PATH=$PATH:../u-boot/tools
|
|
make ARCH=mips CROSS_COMPILE=mipsel-openwrt-linux- "$@"
|