mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-07 09:24:59 -05:00
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
6 lines
131 B
Makefile
6 lines
131 B
Makefile
ifeq ($(CONFIG_X86_32),y)
|
|
include ${srctree}/arch/x86/kernel/Makefile_32
|
|
else
|
|
include ${srctree}/arch/x86/kernel/Makefile_64
|
|
endif
|