mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-18 03:00:09 +00:00
6 lines
131 B
Makefile
6 lines
131 B
Makefile
ifeq ($(CONFIG_SUPERH32),y)
|
|
include ${srctree}/arch/sh/kernel/Makefile_32
|
|
else
|
|
include ${srctree}/arch/sh/kernel/Makefile_64
|
|
endif
|