summaryrefslogtreecommitdiff
path: root/target/ag241/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-21 10:15:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-21 10:15:53 +0100
commit08c3724108f33060956438bff670ee1135f473b1 (patch)
tree349ab0db303777b1cf2346d55a90364318e3b96d /target/ag241/Makefile
parent6ef4e0a6d3454a9d9ca955ddad78d9d51a7305c7 (diff)
use TARGET_CROSS, minor indentation fixes
Diffstat (limited to 'target/ag241/Makefile')
-rw-r--r--target/ag241/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/ag241/Makefile b/target/ag241/Makefile
index cb8ce4a71..44b8b1dff 100644
--- a/target/ag241/Makefile
+++ b/target/ag241/Makefile
@@ -16,8 +16,7 @@ tools-compile: $(TOOLS_BUILD_DIR)
$(MAKE) -C ../tools/squashfs prepare compile install
kernel-install: tools-compile
- PATH='${TARGET_PATH}' \
- mipsel-linux-objcopy -S -O srec $(LINUX_DIR)/vmlinux \
+ ${TARGET_CROSS}objcopy -S -O srec $(LINUX_DIR)/vmlinux \
$(LINUX_DIR)/vmlinux.srec
PATH='${TARGET_PATH}' \
srec2bin $(LINUX_DIR)/vmlinux.srec $(LINUX_DIR)/vmlinux.bin