diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-12-01 09:15:55 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-12-01 11:54:31 -0500 |
commit | 5283304bdcb4af47c46280ac21100d037d31fcf0 (patch) | |
tree | f3d4992e2d16a9f85a6884116ba4ec58dc0dda46 /arch/arm/mach-ep93xx/Makefile | |
parent | 0215ffb08ce99e2bb59eca114a99499a4d06e704 (diff) |
[ARM] 3964/1: ep93xx: add ads sphere support
Add initial board support for the ADS Sphere board.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ep93xx/Makefile')
-rw-r--r-- | arch/arm/mach-ep93xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/Makefile b/arch/arm/mach-ep93xx/Makefile index c2eb18b530c2..bd09cddbc52a 100644 --- a/arch/arm/mach-ep93xx/Makefile +++ b/arch/arm/mach-ep93xx/Makefile | |||
@@ -6,6 +6,7 @@ obj-m := | |||
6 | obj-n := | 6 | obj-n := |
7 | obj- := | 7 | obj- := |
8 | 8 | ||
9 | obj-$(CONFIG_MACH_ADSSPHERE) += adssphere.o | ||
9 | obj-$(CONFIG_MACH_EDB9302) += edb9302.o | 10 | obj-$(CONFIG_MACH_EDB9302) += edb9302.o |
10 | obj-$(CONFIG_MACH_EDB9312) += edb9312.o | 11 | obj-$(CONFIG_MACH_EDB9312) += edb9312.o |
11 | obj-$(CONFIG_MACH_EDB9315) += edb9315.o | 12 | obj-$(CONFIG_MACH_EDB9315) += edb9315.o |