mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 16:45:22 +07: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
|