diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2007-06-04 17:39:38 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2007-06-04 17:39:38 +0000 |
commit | e970f61273c7b92cb81ecfc1890cdbbf74fe9c86 (patch) | |
tree | 7926330ffdf2062803d7c72e40984b2068e06c3a /rules.mk | |
parent | 91142205534e135a29ceb3992708bf2ca3219021 (diff) | |
download | upstream-e970f61273c7b92cb81ecfc1890cdbbf74fe9c86.tar.gz upstream-e970f61273c7b92cb81ecfc1890cdbbf74fe9c86.tar.bz2 upstream-e970f61273c7b92cb81ecfc1890cdbbf74fe9c86.zip |
Remove a debug statement from trx.c, add config changes for at91
SVN-Revision: 7491
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -84,7 +84,8 @@ TARGET_CONFIGURE_OPTS:= \ RANLIB=$(TARGET_CROSS)ranlib \ STRIP=$(TARGET_CROSS)strip \ OBJCOPY=$(TARGET_CROSS)objcopy \ - OBJDUMP=$(TARGET_CROSS)objdump + OBJDUMP=$(TARGET_CROSS)objdump \ + SIZE=$(TARGET_CROSS)size # strip an entire directory RSTRIP:= \ |