2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 15:13:55 +08:00
linux-next/arch/x86_64/kernel/Makefile
Thomas Gleixner a7a67e0e2d x86_64: prepare shared kernel/Makefile
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2007-10-11 11:15:24 +02:00

6 lines
135 B
Makefile

ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/kernel/Makefile_32
else
include ${srctree}/arch/x86_64/kernel/Makefile_64
endif