diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-23 14:23:50 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:18:56 +0900 |
commit | 03713bd226caece8e089490a47f093f5193e5e96 (patch) | |
tree | 18df86664df2f023fd35a94c57c9a942e9cfdedc /arch/sh/boards/cayman/Makefile | |
parent | 3e0137f6c7852aff12db0da7bb45f8b3a0a704c8 (diff) |
sh: Move mach-cayman in with the rest of the boards.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/cayman/Makefile')
-rw-r--r-- | arch/sh/boards/cayman/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/boards/cayman/Makefile b/arch/sh/boards/cayman/Makefile new file mode 100644 index 000000000000..489a8f867368 --- /dev/null +++ b/arch/sh/boards/cayman/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the Hitachi Cayman specific parts of the kernel +# +obj-y := setup.o irq.o +obj-$(CONFIG_HEARTBEAT) += led.o |