diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 09:36:35 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 09:36:35 +0000 |
commit | 142f88f74634bfe1969050f6e3d950de60f51412 (patch) | |
tree | 07a5478b4ba236266d60f6b556f00b1bca79bd25 /scripts/testheader.inc | |
parent | 260d3b4ac26be0764d8451f1de2ef7cd4b4c03cd (diff) | |
download | buildroot-novena-142f88f74634bfe1969050f6e3d950de60f51412.tar.gz buildroot-novena-142f88f74634bfe1969050f6e3d950de60f51412.zip |
run test with some knowledge of ARCH
Diffstat (limited to 'scripts/testheader.inc')
-rw-r--r-- | scripts/testheader.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/testheader.inc b/scripts/testheader.inc index 80835867f..ea410a9ad 100644 --- a/scripts/testheader.inc +++ b/scripts/testheader.inc @@ -1,3 +1,5 @@ +ARCH=`make -f scripts/test/Makefile ARCH` + function mk() { scripts/mkpkg $1 $2 "$3" |