summaryrefslogtreecommitdiff
path: root/target/rb4xx/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-07 02:18:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-07 02:18:44 +0200
commitee792cd4fe5062c8c488e1b43ab877bba6e073d2 (patch)
treec14446ed347bec18fac580f293e77af0c45eb80c /target/rb4xx/Makefile
parent52ee190f6bbbf0bf0c3d354f0370c409aed14506 (diff)
parentda28ccc6f848695609d32090142f1b4af0e27b17 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts: target/alix2d/kernel.config
Diffstat (limited to 'target/rb4xx/Makefile')
-rw-r--r--target/rb4xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/rb4xx/Makefile b/target/rb4xx/Makefile
index 5bc9aba7e..b4e98a5a8 100644
--- a/target/rb4xx/Makefile
+++ b/target/rb4xx/Makefile
@@ -11,7 +11,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
+ $(TARGET_DIR)/boot/kernel
@cp $(TARGET_DIR)/boot/kernel \
$(BUILD_DIR)/${ADK_TARGET}-${FS}-kernel