diff options
author | Ramax Lo <ramaxlo@gmail.com> | 2008-07-07 13:12:36 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-07-07 13:13:01 -0400 |
commit | 4ab9897172b7ff3a1a37b65b53f71c5795a577b0 (patch) | |
tree | 6cb7b2df8e06fafae9c3329e2726acbda8dfb983 /arch/arm/mach-s3c2440/Makefile | |
parent | b497549a035c2a81b71c7a27f2b00c8a16c09423 (diff) |
[ARM] S3C2440: Add AT2440EVB board support
Add basic support for AT2440EVB board based on Samsung S3C2440 SoC.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Ramax Lo <ramaxlo@gmail.com>
Diffstat (limited to 'arch/arm/mach-s3c2440/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2440/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/Makefile b/arch/arm/mach-s3c2440/Makefile index c81ed6248dc..0b4440e79b9 100644 --- a/arch/arm/mach-s3c2440/Makefile +++ b/arch/arm/mach-s3c2440/Makefile | |||
@@ -21,3 +21,4 @@ obj-$(CONFIG_MACH_OSIRIS) += mach-osiris.o | |||
21 | obj-$(CONFIG_MACH_RX3715) += mach-rx3715.o | 21 | obj-$(CONFIG_MACH_RX3715) += mach-rx3715.o |
22 | obj-$(CONFIG_ARCH_S3C2440) += mach-smdk2440.o | 22 | obj-$(CONFIG_ARCH_S3C2440) += mach-smdk2440.o |
23 | obj-$(CONFIG_MACH_NEXCODER_2440) += mach-nexcoder.o | 23 | obj-$(CONFIG_MACH_NEXCODER_2440) += mach-nexcoder.o |
24 | obj-$(CONFIG_MACH_AT2440EVB) += mach-at2440evb.o | ||