diff options
author | Andriy Skulysh <askulysh@gmail.com> | 2006-09-27 00:07:38 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 00:07:38 -0400 |
commit | 4bcac20a7a01d49dffb5e88a8140efa34927c383 (patch) | |
tree | c931d2d1ef979b431f297265ea386083e13aeefa /arch/sh/Makefile | |
parent | e4c2cfee5d5cf3e4c16b423be23551aeddf2717b (diff) |
sh: hp6xx mach-type cleanups.
Some minor cleanups for the updated consolidated hp6xx
mach-type.
Signed-off-by: Andriy Skulysh <askulysh@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index e467a450662b..66cf0ea6d38f 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -113,7 +113,7 @@ incdir-$(CONFIG_SH_SOLUTION_ENGINE) := se | |||
113 | incdir-$(CONFIG_SH_7751_SOLUTION_ENGINE) := se7751 | 113 | incdir-$(CONFIG_SH_7751_SOLUTION_ENGINE) := se7751 |
114 | incdir-$(CONFIG_SH_7300_SOLUTION_ENGINE) := se7300 | 114 | incdir-$(CONFIG_SH_7300_SOLUTION_ENGINE) := se7300 |
115 | incdir-$(CONFIG_SH_73180_SOLUTION_ENGINE) := se73180 | 115 | incdir-$(CONFIG_SH_73180_SOLUTION_ENGINE) := se73180 |
116 | incdir-$(CONFIG_SH_HP600) := hp6xx | 116 | incdir-$(CONFIG_SH_HP6XX) := hp6xx |
117 | 117 | ||
118 | ifneq ($(machdir-y),) | 118 | ifneq ($(machdir-y),) |
119 | core-y += arch/sh/boards/$(machdir-y)/ | 119 | core-y += arch/sh/boards/$(machdir-y)/ |