mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
ea0aac1e13
RSK+ platforms have quite a few characteristics in common, so roll them together in to a shiny new RSK mach-type. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
9 lines
298 B
Makefile
9 lines
298 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_SHMIN) += board-shmin.o
|
|
obj-$(CONFIG_SH_EDOSK7760) += board-edosk7760.o
|