mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-08 23:34:53 +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
|