diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-02-01 03:06:03 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-01 08:53:19 -0800 |
commit | 50373c1b7ee9cdd9b8ccaa1b58d13ad43f879908 (patch) | |
tree | d6b61fc049f9be3f357c332720fff6491df28b7d /arch/sh/boards/unknown/Makefile | |
parent | de02797aa744c96a90f47be7bc081ce2f74b17fd (diff) | |
download | kernel_samsung_smdk4412-50373c1b7ee9cdd9b8ccaa1b58d13ad43f879908.zip kernel_samsung_smdk4412-50373c1b7ee9cdd9b8ccaa1b58d13ad43f879908.tar.gz kernel_samsung_smdk4412-50373c1b7ee9cdd9b8ccaa1b58d13ad43f879908.tar.bz2 |
[PATCH] sh: unknown mach-type updates
Trivial cleanup of the unknown machine type for some of the recent machvec
changes.
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/unknown/Makefile')
-rw-r--r-- | arch/sh/boards/unknown/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/unknown/Makefile b/arch/sh/boards/unknown/Makefile index cffc210..7d18f40 100644 --- a/arch/sh/boards/unknown/Makefile +++ b/arch/sh/boards/unknown/Makefile @@ -2,5 +2,5 @@ # Makefile for unknown SH boards # -obj-y := mach.o io.o setup.o +obj-y := setup.o |