Commit 0530bf37 authored by Thomas Gleixner's avatar Thomas Gleixner

i386: move boot

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 19d8d79c
ifeq ($(CONFIG_X86_32),y) ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/boot/compressed/Makefile_32 include ${srctree}/arch/x86/boot/compressed/Makefile_32
else else
include ${srctree}/arch/x86_64/boot/compressed/Makefile_64 include ${srctree}/arch/x86_64/boot/compressed/Makefile_64
endif endif
# #
# linux/arch/i386/boot/compressed/Makefile # linux/arch/x86/boot/compressed/Makefile
# #
# create a compressed vmlinux image from the original vmlinux # create a compressed vmlinux image from the original vmlinux
# #
......
ifeq ($(CONFIG_X86_32),y) ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/boot/compressed/Makefile_32 include ${srctree}/arch/x86/boot/compressed/Makefile_32
else else
include ${srctree}/arch/x86_64/boot/compressed/Makefile_64 include ${srctree}/arch/x86_64/boot/compressed/Makefile_64
endif endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment