mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 03:57:27 +07:00
5ac072e110
This adds preliminary support for the SH7786-based Urquell board. Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
10 lines
342 B
Makefile
10 lines
342 B
Makefile
#
|
|
# Specific board support, not covered by a mach group.
|
|
#
|
|
obj-$(CONFIG_SH_AP325RXA) += board-ap325rxa.o
|
|
obj-$(CONFIG_SH_MAGIC_PANEL_R2) += board-magicpanelr2.o
|
|
obj-$(CONFIG_SH_SH7785LCR) += board-sh7785lcr.o
|
|
obj-$(CONFIG_SH_URQUELL) += board-urquell.o
|
|
obj-$(CONFIG_SH_SHMIN) += board-shmin.o
|
|
obj-$(CONFIG_SH_EDOSK7760) += board-edosk7760.o
|