diff options
Diffstat (limited to 'arch/sh/boards/Makefile')
-rw-r--r-- | arch/sh/boards/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sh/boards/Makefile b/arch/sh/boards/Makefile new file mode 100644 index 000000000000..ff9b93c5a91b --- /dev/null +++ b/arch/sh/boards/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # | ||
2 | # Specific board support, not covered by a mach group. | ||
3 | # | ||
4 | obj-$(CONFIG_SH_AP325RXA) += board-ap325rxa.o | ||
5 | obj-$(CONFIG_SH_MAGIC_PANEL_R2) += board-magicpanelr2.o | ||
6 | obj-$(CONFIG_SH_RSK7203) += board-rsk7203.o | ||
7 | obj-$(CONFIG_SH_SH7785LCR) += board-sh7785lcr.o | ||
8 | obj-$(CONFIG_SH_SHMIN) += board-shmin..o | ||