Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
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 −1
Original line number Original line Diff line number Diff line
#
#
# 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
#
#
Loading