mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-22 06:41:17 +00:00
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
3
rules.mk
3
rules.mk
@ -83,7 +83,8 @@ TARGET_CONFIGURE_OPTS:= \
|
|||||||
CXX=$(TARGET_CROSS)g++ \
|
CXX=$(TARGET_CROSS)g++ \
|
||||||
RANLIB=$(TARGET_CROSS)ranlib \
|
RANLIB=$(TARGET_CROSS)ranlib \
|
||||||
STRIP=$(TARGET_CROSS)strip \
|
STRIP=$(TARGET_CROSS)strip \
|
||||||
OBJCOPY=$(TARGET_CROSS)objcopy
|
OBJCOPY=$(TARGET_CROSS)objcopy \
|
||||||
|
OBJDUMP=$(TARGET_CROSS)objdump
|
||||||
|
|
||||||
# strip an entire directory
|
# strip an entire directory
|
||||||
RSTRIP:= \
|
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 New Issue
Block a user