mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-24 11:02:51 +00:00
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
|