Added rule for objdump Added support for AT91 SD-Card in primary bootloader (romboot)
SVN-Revision: 6638
This commit is contained in:
parent
cfec8068ce
commit
d9b2f5c07b
2 changed files with 1824 additions and 1 deletions
3
rules.mk
3
rules.mk
|
@ -83,7 +83,8 @@ TARGET_CONFIGURE_OPTS:= \
|
|||
CXX=$(TARGET_CROSS)g++ \
|
||||
RANLIB=$(TARGET_CROSS)ranlib \
|
||||
STRIP=$(TARGET_CROSS)strip \
|
||||
OBJCOPY=$(TARGET_CROSS)objcopy
|
||||
OBJCOPY=$(TARGET_CROSS)objcopy \
|
||||
OBJDUMP=$(TARGET_CROSS)objdump
|
||||
|
||||
# strip an entire directory
|
||||
RSTRIP:= \
|
||||
|
|
1822
target/linux/at91-2.6/image/romboot/patches/002-Add-SD-Card.patch
Normal file
1822
target/linux/at91-2.6/image/romboot/patches/002-Add-SD-Card.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue