summaryrefslogtreecommitdiff
path: root/target/rb532/Makefile
diff options
context:
space:
mode:
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 9c590c0e0..f1b2566b6 100644
--- a/target/rb532/Makefile
+++ b/target/rb532/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/mk/image.mk
OSTRIP:=-R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build-id
kernel-install:
- $(KERNEL_CROSS)objcopy $(OSTRIP) -S $(LINUX_DIR)/vmlinux \
+ $(TARGET_CROSS)objcopy $(OSTRIP) -S $(LINUX_DIR)/vmlinux \
$(BIN_DIR)/${ADK_TARGET}-${ARCH}-kernel
ifeq ($(FS),ext2-cf)