diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 11:13:39 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 11:13:39 -0400 |
commit | c8b5d9dcbc94ae5e7d9ed647246df4454d25332e (patch) | |
tree | d3f7b80f610c9060e0152cc6f4ddb15c03964dc1 /arch/sh/Makefile | |
parent | c170f86e31410cc38971c1dedd8b25885e6e43b6 (diff) |
sh: Move out individual boards without mach groups.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index fafc01236f6a..6c93b9487133 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -97,10 +97,10 @@ head-$(CONFIG_SUPERH64) += arch/sh/kernel/head_64.o | |||
97 | 97 | ||
98 | LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) | 98 | LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) |
99 | 99 | ||
100 | core-y += arch/sh/kernel/ arch/sh/mm/ | 100 | core-y += arch/sh/kernel/ arch/sh/mm/ arch/sh/boards/ |
101 | core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/ | 101 | core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/ |
102 | 102 | ||
103 | # Boards and Mach groups | 103 | # Mach groups |
104 | machdir-$(CONFIG_SOLUTION_ENGINE) += mach-se | 104 | machdir-$(CONFIG_SOLUTION_ENGINE) += mach-se |
105 | machdir-$(CONFIG_SH_HP6XX) += mach-hp6xx | 105 | machdir-$(CONFIG_SH_HP6XX) += mach-hp6xx |
106 | machdir-$(CONFIG_SH_DREAMCAST) += mach-dreamcast | 106 | machdir-$(CONFIG_SH_DREAMCAST) += mach-dreamcast |
@@ -114,15 +114,11 @@ machdir-$(CONFIG_SH_MIGOR) += mach-migor | |||
114 | machdir-$(CONFIG_SH_SDK7780) += mach-sdk7780 | 114 | machdir-$(CONFIG_SH_SDK7780) += mach-sdk7780 |
115 | machdir-$(CONFIG_SH_X3PROTO) += mach-x3proto | 115 | machdir-$(CONFIG_SH_X3PROTO) += mach-x3proto |
116 | machdir-$(CONFIG_SH_RSK7203) += mach-rsk7203 | 116 | machdir-$(CONFIG_SH_RSK7203) += mach-rsk7203 |
117 | machdir-$(CONFIG_SH_AP325RXA) += mach-ap325rxa | ||
118 | machdir-$(CONFIG_SH_SH7763RDP) += mach-sh7763rdp | 117 | machdir-$(CONFIG_SH_SH7763RDP) += mach-sh7763rdp |
119 | machdir-$(CONFIG_SH_SH7785LCR) += mach-sh7785lcr | ||
120 | machdir-$(CONFIG_SH_SH4202_MICRODEV) += mach-microdev | 118 | machdir-$(CONFIG_SH_SH4202_MICRODEV) += mach-microdev |
121 | machdir-$(CONFIG_SH_LANDISK) += mach-landisk | 119 | machdir-$(CONFIG_SH_LANDISK) += mach-landisk |
122 | machdir-$(CONFIG_SH_TITAN) += mach-titan | 120 | machdir-$(CONFIG_SH_TITAN) += mach-titan |
123 | machdir-$(CONFIG_SH_SHMIN) += mach-shmin | ||
124 | machdir-$(CONFIG_SH_LBOX_RE2) += mach-lboxre2 | 121 | machdir-$(CONFIG_SH_LBOX_RE2) += mach-lboxre2 |
125 | machdir-$(CONFIG_SH_MAGIC_PANEL_R2) += mach-magicpanelr2 | ||
126 | machdir-$(CONFIG_SH_CAYMAN) += mach-cayman | 122 | machdir-$(CONFIG_SH_CAYMAN) += mach-cayman |
127 | 123 | ||
128 | ifneq ($(machdir-y),) | 124 | ifneq ($(machdir-y),) |