提交 0530bf37 编写于 作者: T Thomas Gleixner

i386: move boot

Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 19d8d79c
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/boot/compressed/Makefile_32
include ${srctree}/arch/x86/boot/compressed/Makefile_32
else
include ${srctree}/arch/x86_64/boot/compressed/Makefile_64
endif
#
# linux/arch/i386/boot/compressed/Makefile
# linux/arch/x86/boot/compressed/Makefile
#
# create a compressed vmlinux image from the original vmlinux
#
......
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/boot/compressed/Makefile_32
include ${srctree}/arch/x86/boot/compressed/Makefile_32
else
include ${srctree}/arch/x86_64/boot/compressed/Makefile_64
endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册