aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-07-29 08:01:19 -0400
committerPaul Mundt <lethal@linux-sh.org>2008-07-29 08:01:19 -0400
commitda2014a2b080e7f3024a4eb6917d47069ad9620b (patch)
treecfde12c6d4b5baa222966b14a676f107992cf786 /arch/sh/Makefile
parent71b8064e7df5698520d73b4c1566a3dbc98eb9ef (diff)
sh: Shuffle the board directories in to mach groups.
This flattens out the board directories in to individual mach groups, we will use this for getting rid of unneeded directories, simplifying the build system, and becoming more coherent with the refactored arch/sh/include topology. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r--arch/sh/Makefile60
1 files changed, 30 insertions, 30 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile
index f2b07b54c912..47bbfd8ae664 100644
--- a/arch/sh/Makefile
+++ b/arch/sh/Makefile
@@ -102,36 +102,36 @@ core-y += arch/sh/kernel/ arch/sh/mm/
102core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/ 102core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/
103 103
104# Boards 104# Boards
105machdir-$(CONFIG_SH_SOLUTION_ENGINE) += se/770x 105machdir-$(CONFIG_SH_SOLUTION_ENGINE) += mach-se/770x
106machdir-$(CONFIG_SH_7722_SOLUTION_ENGINE) += se/7722 106machdir-$(CONFIG_SH_7206_SOLUTION_ENGINE) += mach-se/7206
107machdir-$(CONFIG_SH_7751_SOLUTION_ENGINE) += se/7751 107machdir-$(CONFIG_SH_7619_SOLUTION_ENGINE) += mach-se/7619
108machdir-$(CONFIG_SH_7780_SOLUTION_ENGINE) += se/7780 108machdir-$(CONFIG_SH_7722_SOLUTION_ENGINE) += mach-se/7722
109machdir-$(CONFIG_SH_7343_SOLUTION_ENGINE) += se/7343 109machdir-$(CONFIG_SH_7751_SOLUTION_ENGINE) += mach-se/7751
110machdir-$(CONFIG_SH_7721_SOLUTION_ENGINE) += se/7721 110machdir-$(CONFIG_SH_7780_SOLUTION_ENGINE) += mach-se/7780
111machdir-$(CONFIG_SH_HP6XX) += hp6xx 111machdir-$(CONFIG_SH_7343_SOLUTION_ENGINE) += mach-se/7343
112machdir-$(CONFIG_SH_DREAMCAST) += dreamcast 112machdir-$(CONFIG_SH_7721_SOLUTION_ENGINE) += mach-se/7721
113machdir-$(CONFIG_SH_SH03) += sh03 113machdir-$(CONFIG_SH_HP6XX) += mach-hp6xx
114machdir-$(CONFIG_SH_SECUREEDGE5410) += snapgear 114machdir-$(CONFIG_SH_DREAMCAST) += mach-dreamcast
115machdir-$(CONFIG_SH_RTS7751R2D) += renesas/rts7751r2d 115machdir-$(CONFIG_SH_SH03) += mach-sh03
116machdir-$(CONFIG_SH_7751_SYSTEMH) += renesas/systemh 116machdir-$(CONFIG_SH_SECUREEDGE5410) += mach-snapgear
117machdir-$(CONFIG_SH_EDOSK7705) += renesas/edosk7705 117machdir-$(CONFIG_SH_RTS7751R2D) += mach-r2d
118machdir-$(CONFIG_SH_HIGHLANDER) += renesas/r7780rp 118machdir-$(CONFIG_SH_7751_SYSTEMH) += mach-systemh
119machdir-$(CONFIG_SH_MIGOR) += renesas/migor 119machdir-$(CONFIG_SH_EDOSK7705) += mach-edosk7705
120machdir-$(CONFIG_SH_SDK7780) += renesas/sdk7780 120machdir-$(CONFIG_SH_HIGHLANDER) += mach-highlander
121machdir-$(CONFIG_SH_X3PROTO) += renesas/x3proto 121machdir-$(CONFIG_SH_MIGOR) += mach-migor
122machdir-$(CONFIG_SH_RSK7203) += renesas/rsk7203 122machdir-$(CONFIG_SH_SDK7780) += mach-sdk7780
123machdir-$(CONFIG_SH_AP325RXA) += renesas/ap325rxa 123machdir-$(CONFIG_SH_X3PROTO) += mach-x3proto
124machdir-$(CONFIG_SH_SH7763RDP) += renesas/sh7763rdp 124machdir-$(CONFIG_SH_RSK7203) += mach-rsk7203
125machdir-$(CONFIG_SH_SH7785LCR) += renesas/sh7785lcr 125machdir-$(CONFIG_SH_AP325RXA) += mach-ap325rxa
126machdir-$(CONFIG_SH_SH4202_MICRODEV) += superh/microdev 126machdir-$(CONFIG_SH_SH7763RDP) += mach-sh7763rdp
127machdir-$(CONFIG_SH_LANDISK) += landisk 127machdir-$(CONFIG_SH_SH7785LCR) += mach-sh7785lcr
128machdir-$(CONFIG_SH_TITAN) += titan 128machdir-$(CONFIG_SH_SH4202_MICRODEV) += mach-microdev
129machdir-$(CONFIG_SH_SHMIN) += shmin 129machdir-$(CONFIG_SH_LANDISK) += mach-landisk
130machdir-$(CONFIG_SH_7206_SOLUTION_ENGINE) += se/7206 130machdir-$(CONFIG_SH_TITAN) += mach-titan
131machdir-$(CONFIG_SH_7619_SOLUTION_ENGINE) += se/7619 131machdir-$(CONFIG_SH_SHMIN) += mach-shmin
132machdir-$(CONFIG_SH_LBOX_RE2) += lboxre2 132machdir-$(CONFIG_SH_LBOX_RE2) += mach-lboxre2
133machdir-$(CONFIG_SH_MAGIC_PANEL_R2) += magicpanelr2 133machdir-$(CONFIG_SH_MAGIC_PANEL_R2) += mach-magicpanelr2
134machdir-$(CONFIG_SH_CAYMAN) += cayman 134machdir-$(CONFIG_SH_CAYMAN) += mach-cayman
135 135
136incdir-y := $(notdir $(machdir-y)) 136incdir-y := $(notdir $(machdir-y))
137 137