mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
5055235554
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
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
|