diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2006-11-05 16:21:09 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-12-06 10:45:37 +0900 |
commit | f36af3fd377081d3ac2ff6b63a60f8db8b3bf531 (patch) | |
tree | 04704043666c5fdc0b8db91a640eaf694f61803e /arch/sh/boards/se/7619/Makefile | |
parent | b229632abd451ab2c797010b9788e48c9314db4f (diff) |
sh: Add support for Solution Engine 7206 and 7619 boards.
This adds support for the Solution Engine 7206 and 7619.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/se/7619/Makefile')
-rw-r--r-- | arch/sh/boards/se/7619/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/boards/se/7619/Makefile b/arch/sh/boards/se/7619/Makefile new file mode 100644 index 00000000000..3666eca8a65 --- /dev/null +++ b/arch/sh/boards/se/7619/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the 7619 SolutionEngine specific parts of the kernel +# + +obj-y := setup.o io.o |