diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 08:01:19 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 08:01:19 -0400 |
commit | da2014a2b080e7f3024a4eb6917d47069ad9620b (patch) | |
tree | cfde12c6d4b5baa222966b14a676f107992cf786 /arch/sh/Makefile | |
parent | 71b8064e7df5698520d73b4c1566a3dbc98eb9ef (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/Makefile | 60 |
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/ | |||
102 | core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/ | 102 | core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/ |
103 | 103 | ||
104 | # Boards | 104 | # Boards |
105 | machdir-$(CONFIG_SH_SOLUTION_ENGINE) += se/770x | 105 | machdir-$(CONFIG_SH_SOLUTION_ENGINE) += mach-se/770x |
106 | machdir-$(CONFIG_SH_7722_SOLUTION_ENGINE) += se/7722 | 106 | machdir-$(CONFIG_SH_7206_SOLUTION_ENGINE) += mach-se/7206 |
107 | machdir-$(CONFIG_SH_7751_SOLUTION_ENGINE) += se/7751 | 107 | machdir-$(CONFIG_SH_7619_SOLUTION_ENGINE) += mach-se/7619 |
108 | machdir-$(CONFIG_SH_7780_SOLUTION_ENGINE) += se/7780 | 108 | machdir-$(CONFIG_SH_7722_SOLUTION_ENGINE) += mach-se/7722 |
109 | machdir-$(CONFIG_SH_7343_SOLUTION_ENGINE) += se/7343 | 109 | machdir-$(CONFIG_SH_7751_SOLUTION_ENGINE) += mach-se/7751 |
110 | machdir-$(CONFIG_SH_7721_SOLUTION_ENGINE) += se/7721 | 110 | machdir-$(CONFIG_SH_7780_SOLUTION_ENGINE) += mach-se/7780 |
111 | machdir-$(CONFIG_SH_HP6XX) += hp6xx | 111 | machdir-$(CONFIG_SH_7343_SOLUTION_ENGINE) += mach-se/7343 |
112 | machdir-$(CONFIG_SH_DREAMCAST) += dreamcast | 112 | machdir-$(CONFIG_SH_7721_SOLUTION_ENGINE) += mach-se/7721 |
113 | machdir-$(CONFIG_SH_SH03) += sh03 | 113 | machdir-$(CONFIG_SH_HP6XX) += mach-hp6xx |
114 | machdir-$(CONFIG_SH_SECUREEDGE5410) += snapgear | 114 | machdir-$(CONFIG_SH_DREAMCAST) += mach-dreamcast |
115 | machdir-$(CONFIG_SH_RTS7751R2D) += renesas/rts7751r2d | 115 | machdir-$(CONFIG_SH_SH03) += mach-sh03 |
116 | machdir-$(CONFIG_SH_7751_SYSTEMH) += renesas/systemh | 116 | machdir-$(CONFIG_SH_SECUREEDGE5410) += mach-snapgear |
117 | machdir-$(CONFIG_SH_EDOSK7705) += renesas/edosk7705 | 117 | machdir-$(CONFIG_SH_RTS7751R2D) += mach-r2d |
118 | machdir-$(CONFIG_SH_HIGHLANDER) += renesas/r7780rp | 118 | machdir-$(CONFIG_SH_7751_SYSTEMH) += mach-systemh |
119 | machdir-$(CONFIG_SH_MIGOR) += renesas/migor | 119 | machdir-$(CONFIG_SH_EDOSK7705) += mach-edosk7705 |
120 | machdir-$(CONFIG_SH_SDK7780) += renesas/sdk7780 | 120 | machdir-$(CONFIG_SH_HIGHLANDER) += mach-highlander |
121 | machdir-$(CONFIG_SH_X3PROTO) += renesas/x3proto | 121 | machdir-$(CONFIG_SH_MIGOR) += mach-migor |
122 | machdir-$(CONFIG_SH_RSK7203) += renesas/rsk7203 | 122 | machdir-$(CONFIG_SH_SDK7780) += mach-sdk7780 |
123 | machdir-$(CONFIG_SH_AP325RXA) += renesas/ap325rxa | 123 | machdir-$(CONFIG_SH_X3PROTO) += mach-x3proto |
124 | machdir-$(CONFIG_SH_SH7763RDP) += renesas/sh7763rdp | 124 | machdir-$(CONFIG_SH_RSK7203) += mach-rsk7203 |
125 | machdir-$(CONFIG_SH_SH7785LCR) += renesas/sh7785lcr | 125 | machdir-$(CONFIG_SH_AP325RXA) += mach-ap325rxa |
126 | machdir-$(CONFIG_SH_SH4202_MICRODEV) += superh/microdev | 126 | machdir-$(CONFIG_SH_SH7763RDP) += mach-sh7763rdp |
127 | machdir-$(CONFIG_SH_LANDISK) += landisk | 127 | machdir-$(CONFIG_SH_SH7785LCR) += mach-sh7785lcr |
128 | machdir-$(CONFIG_SH_TITAN) += titan | 128 | machdir-$(CONFIG_SH_SH4202_MICRODEV) += mach-microdev |
129 | machdir-$(CONFIG_SH_SHMIN) += shmin | 129 | machdir-$(CONFIG_SH_LANDISK) += mach-landisk |
130 | machdir-$(CONFIG_SH_7206_SOLUTION_ENGINE) += se/7206 | 130 | machdir-$(CONFIG_SH_TITAN) += mach-titan |
131 | machdir-$(CONFIG_SH_7619_SOLUTION_ENGINE) += se/7619 | 131 | machdir-$(CONFIG_SH_SHMIN) += mach-shmin |
132 | machdir-$(CONFIG_SH_LBOX_RE2) += lboxre2 | 132 | machdir-$(CONFIG_SH_LBOX_RE2) += mach-lboxre2 |
133 | machdir-$(CONFIG_SH_MAGIC_PANEL_R2) += magicpanelr2 | 133 | machdir-$(CONFIG_SH_MAGIC_PANEL_R2) += mach-magicpanelr2 |
134 | machdir-$(CONFIG_SH_CAYMAN) += cayman | 134 | machdir-$(CONFIG_SH_CAYMAN) += mach-cayman |
135 | 135 | ||
136 | incdir-y := $(notdir $(machdir-y)) | 136 | incdir-y := $(notdir $(machdir-y)) |
137 | 137 | ||