mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 13:57:16 +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
|