You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for the Linux/SuperH SH-2A backends.
|
|
#
|
|
|
|
obj-y := common.o probe.o
|
|
|
|
common-y += $(addprefix ../sh2/, ex.o)
|
|
common-y += $(addprefix ../sh2/, entry.o)
|
|
|
|
obj-$(CONFIG_CPU_SUBTYPE_SH7206) += setup-sh7206.o clock-sh7206.o
|
|
|