forked from luck/tmp_suning_uos_patched
b6397435ec
The RSK2+SH7269 board uses the SH7269 processor. It is often referred to as just rsk7269. NOR Flash, SDRAM, serial, USB Host and ethernet are working. Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
5 lines
158 B
Makefile
5 lines
158 B
Makefile
obj-y := setup.o
|
|
obj-$(CONFIG_SH_RSK7203) += devices-rsk7203.o
|
|
obj-$(CONFIG_SH_RSK7264) += devices-rsk7264.o
|
|
obj-$(CONFIG_SH_RSK7269) += devices-rsk7269.o
|