bd0799977c
SH-2A supports both 16 and 32-bit instructions, add a simple helper for figuring out the instruction size in the places where there are hardcoded 16-bit assumptions. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
10 lines
210 B
Makefile
10 lines
210 B
Makefile
#
|
|
# Makefile for the Linux/SuperH SH-2A backends.
|
|
#
|
|
|
|
obj-y := common.o probe.o opcode_helper.o
|
|
|
|
common-y += $(addprefix ../sh2/, ex.o entry.o)
|
|
|
|
obj-$(CONFIG_CPU_SUBTYPE_SH7206) += setup-sh7206.o clock-sh7206.o
|