mirror of https://gitee.com/openkylin/linux.git
6 lines
134 B
Makefile
6 lines
134 B
Makefile
|
ifeq ($(CONFIG_X86_32),y)
|
||
|
include ${srctree}/arch/x86/kernel/Makefile_32
|
||
|
else
|
||
|
include ${srctree}/arch/x86_64/kernel/Makefile_64
|
||
|
endif
|