diff options
author | Eric Miao <eric.miao@marvell.com> | 2009-03-20 06:27:30 +0100 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-23 03:11:38 +0100 |
commit | a3929f31cb2300f1ab190a0168e55bb55222ee40 (patch) | |
tree | b8e5d24f9c33ad037d92bfa7261bfcce9bd6915c /arch/arm/mach-mmp/Makefile | |
parent | [ARM] pxa: add base support for Marvell PXA910 (diff) | |
download | linux-a3929f31cb2300f1ab190a0168e55bb55222ee40.tar.xz linux-a3929f31cb2300f1ab190a0168e55bb55222ee40.zip |
[ARM] pxa: add base support for pxa910-based TavorEVB
Signed-off-by: Bin Yang <bin.yang@marvell.com>
Signed-off-by: Eric Miao <eric.miao@marvell.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 93d2bc7459d6..542aafae5b11 100644 --- a/arch/arm/mach-mmp/Makefile +++ b/arch/arm/mach-mmp/Makefile @@ -11,3 +11,4 @@ obj-$(CONFIG_CPU_PXA910) += pxa910.o # board support obj-$(CONFIG_MACH_ASPENITE) += aspenite.o obj-$(CONFIG_MACH_ZYLONITE2) += aspenite.o +obj-$(CONFIG_MACH_TAVOREVB) += tavorevb.o |