summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/Makefile
diff options
context:
space:
mode:
authorPaul Mundt2010-10-29 12:06:53 +0200
committerPaul Mundt2010-10-29 12:06:53 +0200
commitf6eec8d66400714e47add3d8341688a1e86c5de9 (patch)
treec8eb2ef3ada5e448503f6013ed1b3e8e1a3009a7 /arch/sh/boards/Makefile
parentsh: mach-snapgear: Rip out superfluous PIO routines. (diff)
downloadkernel-qcow2-linux-f6eec8d66400714e47add3d8341688a1e86c5de9.tar.gz
kernel-qcow2-linux-f6eec8d66400714e47add3d8341688a1e86c5de9.tar.xz
kernel-qcow2-linux-f6eec8d66400714e47add3d8341688a1e86c5de9.zip
sh: mach-snapgear: Kill off machtype, consolidate board def.
Only the secureedge5410 was ever supported by this code, so make the board specification explicit rather than perpetuating a mach group. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/Makefile')
-rw-r--r--arch/sh/boards/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/Makefile b/arch/sh/boards/Makefile
index 38ef655cc0f0..4a0ed86af8b1 100644
--- a/arch/sh/boards/Makefile
+++ b/arch/sh/boards/Makefile
@@ -2,6 +2,7 @@
# Specific board support, not covered by a mach group.
#
obj-$(CONFIG_SH_MAGIC_PANEL_R2) += board-magicpanelr2.o
+obj-$(CONFIG_SH_SECUREEDGE5410) += board-secureedge5410.o
obj-$(CONFIG_SH_SH2007) += board-sh2007.o
obj-$(CONFIG_SH_SH7785LCR) += board-sh7785lcr.o
obj-$(CONFIG_SH_URQUELL) += board-urquell.o