diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-08-08 02:22:04 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-20 22:57:48 -0400 |
commit | 94807a33dc4aaf522d3eab62db225361e5a97b2a (patch) | |
tree | fbfe908829b6a6067c200beae7cb1fed26040000 /arch/sh/Makefile | |
parent | 8d797cd191397b2a92b190228f07c7715c1c832a (diff) |
sh: Initial support for SH-X3 prototype board.
This adds initial support for the SH-X3 prototype board.
Only simple logic for the IRQ controller and the heartbeat driver
for now.
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 97ac58682d0f..37cf636fba55 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -118,6 +118,7 @@ machdir-$(CONFIG_SH_7751_SYSTEMH) += renesas/systemh | |||
118 | machdir-$(CONFIG_SH_EDOSK7705) += renesas/edosk7705 | 118 | machdir-$(CONFIG_SH_EDOSK7705) += renesas/edosk7705 |
119 | machdir-$(CONFIG_SH_HIGHLANDER) += renesas/r7780rp | 119 | machdir-$(CONFIG_SH_HIGHLANDER) += renesas/r7780rp |
120 | machdir-$(CONFIG_SH_7710VOIPGW) += renesas/sh7710voipgw | 120 | machdir-$(CONFIG_SH_7710VOIPGW) += renesas/sh7710voipgw |
121 | machdir-$(CONFIG_SH_X3PROTO) += renesas/x3proto | ||
121 | machdir-$(CONFIG_SH_SH4202_MICRODEV) += superh/microdev | 122 | machdir-$(CONFIG_SH_SH4202_MICRODEV) += superh/microdev |
122 | machdir-$(CONFIG_SH_LANDISK) += landisk | 123 | machdir-$(CONFIG_SH_LANDISK) += landisk |
123 | machdir-$(CONFIG_SH_TITAN) += titan | 124 | machdir-$(CONFIG_SH_TITAN) += titan |