diff options
author | Darius Augulis <augulis.darius@gmail.com> | 2010-07-28 16:03:43 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-08-14 11:10:22 -0400 |
commit | eab5cfa065c94389b72d84670b6197ae60ccb235 (patch) | |
tree | 38af4323f248c075a4ba3cd6284e653fcd8f1a5a /arch/arm/mach-s3c64xx/Makefile | |
parent | 45d7f32c7a43cbb9592886d38190e379e2eb2226 (diff) |
ARM: S3C64XX: Support for Real6410
Add support for CoreWind Real6410 board, based on Samsung s3c6410 processor.
Signed-off-by: Darius Augulis <augulis.darius@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx/Makefile')
-rw-r--r-- | arch/arm/mach-s3c64xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Makefile b/arch/arm/mach-s3c64xx/Makefile index 9d1006938f5..6be3e5b2300 100644 --- a/arch/arm/mach-s3c64xx/Makefile +++ b/arch/arm/mach-s3c64xx/Makefile | |||
@@ -50,6 +50,7 @@ obj-$(CONFIG_PM) += irq-pm.o | |||
50 | obj-$(CONFIG_MACH_ANW6410) += mach-anw6410.o | 50 | obj-$(CONFIG_MACH_ANW6410) += mach-anw6410.o |
51 | obj-$(CONFIG_MACH_SMDK6400) += mach-smdk6400.o | 51 | obj-$(CONFIG_MACH_SMDK6400) += mach-smdk6400.o |
52 | obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o | 52 | obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o |
53 | obj-$(CONFIG_MACH_REAL6410) += mach-real6410.o | ||
53 | obj-$(CONFIG_MACH_NCP) += mach-ncp.o | 54 | obj-$(CONFIG_MACH_NCP) += mach-ncp.o |
54 | obj-$(CONFIG_MACH_HMT) += mach-hmt.o | 55 | obj-$(CONFIG_MACH_HMT) += mach-hmt.o |
55 | obj-$(CONFIG_MACH_SMARTQ) += mach-smartq.o | 56 | obj-$(CONFIG_MACH_SMARTQ) += mach-smartq.o |