mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:25:21 +02:00
Added rule for objdump
Added support for AT91 SD-Card in primary bootloader (romboot) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6638 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6744b3e909
commit
6d08e7e4fe
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