diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 11:13:39 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 11:13:39 -0400 |
commit | c8b5d9dcbc94ae5e7d9ed647246df4454d25332e (patch) | |
tree | d3f7b80f610c9060e0152cc6f4ddb15c03964dc1 /arch/sh/boards/mach-se | |
parent | c170f86e31410cc38971c1dedd8b25885e6e43b6 (diff) |
sh: Move out individual boards without mach groups.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-se')
-rw-r--r-- | arch/sh/boards/mach-se/7619/Makefile | 5 | ||||
-rw-r--r-- | arch/sh/boards/mach-se/Makefile | 3 | ||||
-rw-r--r-- | arch/sh/boards/mach-se/board-se7619.c (renamed from arch/sh/boards/mach-se/7619/setup.c) | 0 |
3 files changed, 2 insertions, 6 deletions
diff --git a/arch/sh/boards/mach-se/7619/Makefile b/arch/sh/boards/mach-se/7619/Makefile deleted file mode 100644 index d21775c28cda..000000000000 --- a/arch/sh/boards/mach-se/7619/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the 7619 SolutionEngine specific parts of the kernel | ||
3 | # | ||
4 | |||
5 | obj-y := setup.o | ||
diff --git a/arch/sh/boards/mach-se/Makefile b/arch/sh/boards/mach-se/Makefile index ad2b38ef65dc..2de42bae4b4f 100644 --- a/arch/sh/boards/mach-se/Makefile +++ b/arch/sh/boards/mach-se/Makefile | |||
@@ -1,6 +1,7 @@ | |||
1 | obj-$(CONFIG_SH_7619_SOLUTION_ENGINE) += board-se7619.o | ||
2 | |||
1 | obj-$(CONFIG_SH_SOLUTION_ENGINE) += 770x/ | 3 | obj-$(CONFIG_SH_SOLUTION_ENGINE) += 770x/ |
2 | obj-$(CONFIG_SH_7206_SOLUTION_ENGINE) += 7206/ | 4 | obj-$(CONFIG_SH_7206_SOLUTION_ENGINE) += 7206/ |
3 | obj-$(CONFIG_SH_7619_SOLUTION_ENGINE) += 7619/ | ||
4 | obj-$(CONFIG_SH_7722_SOLUTION_ENGINE) += 7722/ | 5 | obj-$(CONFIG_SH_7722_SOLUTION_ENGINE) += 7722/ |
5 | obj-$(CONFIG_SH_7751_SOLUTION_ENGINE) += 7751/ | 6 | obj-$(CONFIG_SH_7751_SOLUTION_ENGINE) += 7751/ |
6 | obj-$(CONFIG_SH_7780_SOLUTION_ENGINE) += 7780/ | 7 | obj-$(CONFIG_SH_7780_SOLUTION_ENGINE) += 7780/ |
diff --git a/arch/sh/boards/mach-se/7619/setup.c b/arch/sh/boards/mach-se/board-se7619.c index 1d0ef7faa10d..1d0ef7faa10d 100644 --- a/arch/sh/boards/mach-se/7619/setup.c +++ b/arch/sh/boards/mach-se/board-se7619.c | |||