summaryrefslogtreecommitdiff
path: root/target/rb532/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/rb532/Makefile
parent6ef4e0a6d3454a9d9ca955ddad78d9d51a7305c7 (diff)
use TARGET_CROSS, minor indentation fixes
Diffstat (limited to 'target/rb532/Makefile')
-rw-r--r--target/rb532/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/rb532/Makefile b/target/rb532/Makefile
index 88145c64c..b0c50dc5d 100644
--- a/target/rb532/Makefile
+++ b/target/rb532/Makefile
@@ -12,7 +12,7 @@ OSTRIP:=-R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build
kernel-install:
$(TARGET_CROSS)objcopy $(OSTRIP) -S $(LINUX_DIR)/vmlinux \
$(TARGET_DIR)/boot/kernel
- cp $(TARGET_DIR)/boot/kernel \
+ @cp $(TARGET_DIR)/boot/kernel \
$(BUILD_DIR)/${ADK_TARGET}-${FS}-kernel
ifeq ($(FS),ext2-cf)