mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-12 00:43:36 -04:00
5 lines
123 B
Makefile
5 lines
123 B
Makefile
ifeq ($(CONFIG_SUPERH32),y)
|
|
include ${srctree}/arch/sh/mm/Makefile_32
|
|
else
|
|
include ${srctree}/arch/sh/mm/Makefile_64
|
|
endif
|