From 628f6708c113b7ad1e80f8db29da3d1c7ee727c5 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Mon, 9 May 2011 00:24:44 +0100 Subject: [PATCH] fixed a typo on creating the different sized, missed 150, and updated to 1.4.0.1 --- Makefile | 2 +- compile-all | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 703e293..103b852 100644 --- a/Makefile +++ b/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 diff --git a/compile-all b/compile-all index f77c81d..9d7de3c 100755 --- a/compile-all +++ b/compile-all @@ -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