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/Makefile | |
parent | 5ebdce726baf17eb66c5a1bf402ae6f161a082ed (diff) | |
download | kernel_samsung_aries-0025835cf20e07056b8521b8c1d7d0bfe07e81f1.zip kernel_samsung_aries-0025835cf20e07056b8521b8c1d7d0bfe07e81f1.tar.gz kernel_samsung_aries-0025835cf20e07056b8521b8c1d7d0bfe07e81f1.tar.bz2 |
[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/Makefile')
-rw-r--r-- | arch/sh/boards/hp6xx/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/boards/hp6xx/Makefile b/arch/sh/boards/hp6xx/Makefile new file mode 100644 index 0000000..927fe0a --- /dev/null +++ b/arch/sh/boards/hp6xx/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for the HP6xx specific parts of the kernel +# + +obj-y := mach.o setup.o + |