diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-09-27 15:05:39 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 15:05:39 +0900 |
commit | a09749dd86e9e93de10f12ab4ce4e90815b5650a (patch) | |
tree | 013d7deabb31dea70063a2acdc50ee86fb3c7b9a /arch/sh/boards/titan/Makefile | |
parent | b7e108ee63624176af85b97d4d80bef6fe099395 (diff) | |
download | op-kernel-dev-a09749dd86e9e93de10f12ab4ce4e90815b5650a.zip op-kernel-dev-a09749dd86e9e93de10f12ab4ce4e90815b5650a.tar.gz |
sh: Titan board support.
Add support for the titan board.
Signed-off-by: Jamie Lenehan <lenehan@twibble.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/titan/Makefile')
-rw-r--r-- | arch/sh/boards/titan/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/boards/titan/Makefile b/arch/sh/boards/titan/Makefile new file mode 100644 index 0000000..08d7537 --- /dev/null +++ b/arch/sh/boards/titan/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the Nimble Microsystems TITAN specific parts of the kernel +# + +obj-y := setup.o io.o |