diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-08-08 15:22:04 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-21 11:57:48 +0900 |
commit | 94807a33dc4aaf522d3eab62db225361e5a97b2a (patch) | |
tree | fbfe908829b6a6067c200beae7cb1fed26040000 /arch/sh/boards/renesas/x3proto/Makefile | |
parent | 8d797cd191397b2a92b190228f07c7715c1c832a (diff) | |
download | blackbird-op-linux-94807a33dc4aaf522d3eab62db225361e5a97b2a.tar.gz blackbird-op-linux-94807a33dc4aaf522d3eab62db225361e5a97b2a.zip |
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/boards/renesas/x3proto/Makefile')
-rw-r--r-- | arch/sh/boards/renesas/x3proto/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/renesas/x3proto/Makefile b/arch/sh/boards/renesas/x3proto/Makefile new file mode 100644 index 000000000000..2b9dba458932 --- /dev/null +++ b/arch/sh/boards/renesas/x3proto/Makefile @@ -0,0 +1 @@ +obj-y += setup.o |