diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-28 16:06:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-28 16:06:40 +0200 |
commit | 98c4842cbff9e4802092c5011feb0ecbb8e4881d (patch) | |
tree | 95a98ff33040421f00bb9ee10c4a7630812df8a2 /target/ag241/Makefile | |
parent | 8d99513b10d0b93c1468a8f39218d58f2e861d7f (diff) |
update ag241 to 2.6.33
Diffstat (limited to 'target/ag241/Makefile')
-rw-r--r-- | target/ag241/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ag241/Makefile b/target/ag241/Makefile index 44b8b1dff..05ce25271 100644 --- a/target/ag241/Makefile +++ b/target/ag241/Makefile @@ -16,7 +16,7 @@ tools-compile: $(TOOLS_BUILD_DIR) $(MAKE) -C ../tools/squashfs prepare compile install kernel-install: tools-compile - ${TARGET_CROSS}objcopy -S -O srec $(LINUX_DIR)/vmlinux \ + ${TARGET_CROSS}objcopy -S -O srec $(LINUX_DIR)/vmlinuz \ $(LINUX_DIR)/vmlinux.srec PATH='${TARGET_PATH}' \ srec2bin $(LINUX_DIR)/vmlinux.srec $(LINUX_DIR)/vmlinux.bin |