mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-04 18:27:36 +00:00
6 lines
123 B
Makefile
6 lines
123 B
Makefile
ifeq ($(CONFIG_SUPERH32),y)
|
|
include ${srctree}/arch/sh/mm/Makefile_32
|
|
else
|
|
include ${srctree}/arch/sh/mm/Makefile_64
|
|
endif
|