diff options
author | Nicholas Beck <nbeck@mpc-data.co.uk> | 2008-01-23 06:50:51 +0300 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 07:19:04 +0300 |
commit | 4862ec073975e28f432f164405e60fa6f5c9d071 (patch) | |
tree | b493b2a7fcd0abd8d13f24e63eaf4aaa9c89077e /arch/sh/boards/renesas/sdk7780/Makefile | |
parent | 773c7bd69434a356af4363a61889ef975b256e32 (diff) | |
download | linux-4862ec073975e28f432f164405e60fa6f5c9d071.tar.xz |
sh: Add support for SDK7780 board.
Add support for Renesas Technology Europe SDK7780 board.
Signed-off-by: Nicholas Beck <nbeck@mpc-data.co.uk>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/renesas/sdk7780/Makefile')
-rw-r--r-- | arch/sh/boards/renesas/sdk7780/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/boards/renesas/sdk7780/Makefile b/arch/sh/boards/renesas/sdk7780/Makefile new file mode 100644 index 000000000000..3d8f0befc35d --- /dev/null +++ b/arch/sh/boards/renesas/sdk7780/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the SDK7780 specific parts of the kernel +# +obj-y := setup.o irq.o + |