1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2025-04-21 12:27:27 +03:00

mknnk, nnui: kernel build scripts

- mknnk: invoke "make" for making a NanoNote kernel
- nnui: make an uImage for the NanoNote
This commit is contained in:
Werner Almesberger
2011-03-25 20:19:51 -03:00
parent c481702b70
commit 3b2b9166d9
2 changed files with 11 additions and 0 deletions

3
bin/mknnk Executable file
View File

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