| commit | ea0aac1e1327476d2f6a38f08145281237cf1b03 | [log] [tgz] |
|---|---|---|
| author | Paul Mundt <lethal@linux-sh.org> | Mon Dec 08 14:32:03 2008 +0900 |
| committer | Paul Mundt <lethal@linux-sh.org> | Mon Dec 22 18:44:02 2008 +0900 |
| tree | e4bc1b726cd4d17145a69edca84fe9b5db6c6d5c | |
| parent | b5cfeac990cc164a3d3422aab88ac5b138fa822d [diff] [blame] |
sh: Consolidate rsk7203/7201 in to a new mach-rsk. RSK+ platforms have quite a few characteristics in common, so roll them together in to a shiny new RSK mach-type. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/boards/mach-rsk/Makefile b/arch/sh/boards/mach-rsk/Makefile new file mode 100644 index 0000000..498da75 --- /dev/null +++ b/arch/sh/boards/mach-rsk/Makefile
@@ -0,0 +1,2 @@ +obj-y := setup.o +obj-$(CONFIG_SH_RSK7203) += devices-rsk7203.o