mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-11 23:26:47 +07:00
7137306806
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
6 lines
149 B
Makefile
6 lines
149 B
Makefile
ifeq ($(CONFIG_SUPERH32),y)
|
|
include ${srctree}/arch/sh/boot/compressed/Makefile_32
|
|
else
|
|
include ${srctree}/arch/sh/boot/compressed/Makefile_64
|
|
endif
|