diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-09-27 02:05:39 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 02:05:39 -0400 |
commit | a09749dd86e9e93de10f12ab4ce4e90815b5650a (patch) | |
tree | 013d7deabb31dea70063a2acdc50ee86fb3c7b9a /arch/sh/Makefile | |
parent | b7e108ee63624176af85b97d4d80bef6fe099395 (diff) |
sh: Titan board support.
Add support for the titan board.
Signed-off-by: Jamie Lenehan <lenehan@twibble.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index e9112def48dd..55dcba2c06fc 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -106,6 +106,7 @@ machdir-$(CONFIG_SH_7751_SYSTEMH) := renesas/systemh | |||
106 | machdir-$(CONFIG_SH_EDOSK7705) := renesas/edosk7705 | 106 | machdir-$(CONFIG_SH_EDOSK7705) := renesas/edosk7705 |
107 | machdir-$(CONFIG_SH_SH4202_MICRODEV) := superh/microdev | 107 | machdir-$(CONFIG_SH_SH4202_MICRODEV) := superh/microdev |
108 | machdir-$(CONFIG_SH_LANDISK) := landisk | 108 | machdir-$(CONFIG_SH_LANDISK) := landisk |
109 | machdir-$(CONFIG_SH_TITAN) := titan | ||
109 | machdir-$(CONFIG_SH_UNKNOWN) := unknown | 110 | machdir-$(CONFIG_SH_UNKNOWN) := unknown |
110 | 111 | ||
111 | incdir-y := $(notdir $(machdir-y)) | 112 | incdir-y := $(notdir $(machdir-y)) |