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>
This commit is contained in:
parent
19d8d79ccf
commit
0530bf37ce
|
@ -1,5 +1,5 @@
|
||||||
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
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# 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
|
||||||
#
|
#
|
|
@ -1,5 +1,5 @@
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue