]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - arch/x86/boot/compressed/Makefile_32
i386: move boot
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:43 +0000 (11:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:43 +0000 (11:16 +0200)
commit0530bf37cebcf22a73652937c2340bc1ebd92000
treeac2918d5eca7b0775875ad81fe98a0248ae5924f
parent19d8d79ccfd2fb67b1eb86e3c634a2e68a4c4b11
i386: move boot

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
17 files changed:
arch/i386/boot/compressed/.gitignore [deleted file]
arch/i386/boot/compressed/Makefile [deleted file]
arch/i386/boot/compressed/Makefile_32 [deleted file]
arch/i386/boot/compressed/head_32.S [deleted file]
arch/i386/boot/compressed/misc_32.c [deleted file]
arch/i386/boot/compressed/relocs.c [deleted file]
arch/i386/boot/compressed/vmlinux_32.lds [deleted file]
arch/i386/boot/compressed/vmlinux_32.scr [deleted file]
arch/x86/boot/compressed/.gitignore [new file with mode: 0644]
arch/x86/boot/compressed/Makefile [new file with mode: 0644]
arch/x86/boot/compressed/Makefile_32 [new file with mode: 0644]
arch/x86/boot/compressed/head_32.S [new file with mode: 0644]
arch/x86/boot/compressed/misc_32.c [new file with mode: 0644]
arch/x86/boot/compressed/relocs.c [new file with mode: 0644]
arch/x86/boot/compressed/vmlinux_32.lds [new file with mode: 0644]
arch/x86/boot/compressed/vmlinux_32.scr [new file with mode: 0644]
arch/x86_64/boot/compressed/Makefile