diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-11 20:42:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-11 20:42:03 +0100 |
commit | 9ccd133338a72a391ac7f9010bc5f7ec93f1ad20 (patch) | |
tree | 944434450dcd54dfe4f4440ab7e8ef9e1241f711 /target/rb532/Makefile | |
parent | cb6c0bafb1d4c910a4e8ce4c376462cc68bafacf (diff) |
update to 2.6.32
Diffstat (limited to 'target/rb532/Makefile')
-rw-r--r-- | target/rb532/Makefile | 2 |
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) |