mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 06:06:44 +07:00
e1589cd4cb
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
6 lines
135 B
Makefile
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
|