diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-01-16 22:14:08 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-16 23:15:27 -0800 |
commit | 0025835cf20e07056b8521b8c1d7d0bfe07e81f1 (patch) | |
tree | af60b66554b531fb93f591649014e3641427abf4 /arch/sh/boards/hp6xx/hp680/Makefile | |
parent | 5ebdce726baf17eb66c5a1bf402ae6f161a082ed (diff) | |
download | blackbird-op-linux-0025835cf20e07056b8521b8c1d7d0bfe07e81f1.tar.gz blackbird-op-linux-0025835cf20e07056b8521b8c1d7d0bfe07e81f1.zip |
[PATCH] sh: consolidate hp620/hp680/hp690 targets into hp6xx
Most of the reasons for keeping these separate before was due to hp690
discontig, and since we have a workaround for that now (abusing some shadow
space so everything is magically contiguous), there's no reason to keep the
targets separate.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/sh/boards/hp6xx/hp680/Makefile')
-rw-r--r-- | arch/sh/boards/hp6xx/hp680/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/boards/hp6xx/hp680/Makefile b/arch/sh/boards/hp6xx/hp680/Makefile deleted file mode 100644 index 0beef11d9b11..000000000000 --- a/arch/sh/boards/hp6xx/hp680/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# -# Makefile for the HP680 specific parts of the kernel -# - -obj-y := mach.o setup.o - |