fixed a typo on creating the different sized, missed 150, and updated to 1.4.0.1
This commit is contained in:
parent
f5de287492
commit
628f6708c1
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
|
||||
export VERSION=1.4
|
||||
export VERSION=1.4.0.1
|
||||
export TOOLCHAIN_PREFIX=arm-none-eabi-
|
||||
|
||||
default: bin/RUU_signed.nbh
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
export ARM=$PWD/../../../toolchain/arm-2009q3/bin
|
||||
export PATH=$ARM:$PATH
|
||||
export VERSION=1.4
|
||||
export SIZES="`echo {80..140..10} {160..400..20}`"
|
||||
export VERSION=1.4.0.1
|
||||
export SIZES="`echo {80..150..10} {160..400..20}`"
|
||||
export CACHE="5 44"
|
||||
export OUTPUT=$PWD/../cLK-out
|
||||
export O_ALL=$OUTPUT/allInOne
|
||||
|
Loading…
Reference in New Issue
Block a user