diff options
author | Andriy Skulysh <askulysh@gmail.com> | 2006-09-27 13:07:38 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 13:07:38 +0900 |
commit | 4bcac20a7a01d49dffb5e88a8140efa34927c383 (patch) | |
tree | c931d2d1ef979b431f297265ea386083e13aeefa /arch/sh/Makefile | |
parent | e4c2cfee5d5cf3e4c16b423be23551aeddf2717b (diff) | |
download | blackbird-op-linux-4bcac20a7a01d49dffb5e88a8140efa34927c383.tar.gz blackbird-op-linux-4bcac20a7a01d49dffb5e88a8140efa34927c383.zip |
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 incdir-$(CONFIG_SH_7751_SOLUTION_ENGINE) := se7751 incdir-$(CONFIG_SH_7300_SOLUTION_ENGINE) := se7300 incdir-$(CONFIG_SH_73180_SOLUTION_ENGINE) := se73180 -incdir-$(CONFIG_SH_HP600) := hp6xx +incdir-$(CONFIG_SH_HP6XX) := hp6xx ifneq ($(machdir-y),) core-y += arch/sh/boards/$(machdir-y)/ |