diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 18:08:33 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 18:08:33 +0900 |
commit | 91b91d01416afba8d3f230a62b5d2784bd7af94a (patch) | |
tree | 09812a19d82f697d3dd0cc8ab9c26a526f513970 /arch/sh/Makefile | |
parent | 49c3f807f5734605c10cdfb462a8fd5c3075eb76 (diff) | |
download | op-kernel-dev-91b91d01416afba8d3f230a62b5d2784bd7af94a.zip op-kernel-dev-91b91d01416afba8d3f230a62b5d2784bd7af94a.tar.gz |
sh: SH7710VoIPGW board support.
This adds support for the SH7710 VoIP Gateway board.
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 d016884..f0fc88e 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -103,6 +103,7 @@ machdir-$(CONFIG_SH_RTS7751R2D) := renesas/rts7751r2d machdir-$(CONFIG_SH_7751_SYSTEMH) := renesas/systemh machdir-$(CONFIG_SH_EDOSK7705) := renesas/edosk7705 machdir-$(CONFIG_SH_R7780RP) := renesas/r7780rp +machdir-$(CONFIG_SH_7710VOIPGW) := renesas/sh7710voipgw machdir-$(CONFIG_SH_SH4202_MICRODEV) := superh/microdev machdir-$(CONFIG_SH_LANDISK) := landisk machdir-$(CONFIG_SH_TITAN) := titan |