diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2010-01-11 19:54:50 -0500 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-03-01 18:40:53 -0500 |
commit | 9896de72d20686f4dbc9cdd64ca178c80d6838b6 (patch) | |
tree | 623929b963795e1aa498a6c01e152cb5bb19433a /arch/arm/mach-mmp/Makefile | |
parent | 0925e2f0fc5a55621cb80afbb6d4543c62e6a653 (diff) |
[ARM] mmp: avengers lite (pxa168) board bring up
Signed-off-by: Gavin Gu <gavin.gu@marvell.com>
Signed-off-by: Jing Xiang <jxiang@marvell.com>
Signed-off-by: Jack Ren <jack.ren@marvell.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-mmp/Makefile')
-rw-r--r-- | arch/arm/mach-mmp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/Makefile b/arch/arm/mach-mmp/Makefile index 6883e6584883..854f0ab322ba 100644 --- a/arch/arm/mach-mmp/Makefile +++ b/arch/arm/mach-mmp/Makefile | |||
@@ -11,5 +11,6 @@ obj-$(CONFIG_CPU_PXA910) += pxa910.o | |||
11 | # board support | 11 | # board support |
12 | obj-$(CONFIG_MACH_ASPENITE) += aspenite.o | 12 | obj-$(CONFIG_MACH_ASPENITE) += aspenite.o |
13 | obj-$(CONFIG_MACH_ZYLONITE2) += aspenite.o | 13 | obj-$(CONFIG_MACH_ZYLONITE2) += aspenite.o |
14 | obj-$(CONFIG_MACH_AVENGERS_LITE)+= avengers_lite.o | ||
14 | obj-$(CONFIG_MACH_TAVOREVB) += tavorevb.o | 15 | obj-$(CONFIG_MACH_TAVOREVB) += tavorevb.o |
15 | obj-$(CONFIG_MACH_TTC_DKB) += ttc_dkb.o | 16 | obj-$(CONFIG_MACH_TTC_DKB) += ttc_dkb.o |