diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-03-17 12:37:52 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-03-17 12:37:52 +0000 |
commit | e7432794fae16831e82311f3ebbc5f33421df3ca (patch) | |
tree | 24e9e1bfb26150fdab25dbd16d4f520f3462a8ae /target/linux/x86/image/Makefile | |
parent | 3b9efe808de75ef53254ff85a9daae9b4e0aa52d (diff) | |
download | upstream-e7432794fae16831e82311f3ebbc5f33421df3ca.tar.gz upstream-e7432794fae16831e82311f3ebbc5f33421df3ca.tar.bz2 upstream-e7432794fae16831e82311f3ebbc5f33421df3ca.zip |
fix image generation on x86
SVN-Revision: 10610
Diffstat (limited to 'target/linux/x86/image/Makefile')
-rw-r--r-- | target/linux/x86/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index 59285f4f25..54a4a344d7 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -58,7 +58,7 @@ ifeq ($(CONFIG_X86_GRUB_IMAGES),y) endif define Image/Prepare - $(CP) $(LINUX_DIR)/arch/i386/boot/bzImage $(KDIR)/bzImage + $(CP) $(LINUX_DIR)/arch/x86/boot/bzImage $(KDIR)/bzImage $(call Image/Prepare/grub) endef |