From 08c3724108f33060956438bff670ee1135f473b1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 21 Feb 2010 10:15:53 +0100 Subject: use TARGET_CROSS, minor indentation fixes --- target/ag241/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/ag241/Makefile') 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 -- cgit v1.2.3