diff options
author | Ashish Gupta <asg@thelearninglabs.com> | 2010-09-22 08:11:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-22 16:29:58 -0400 |
commit | e5c1721894415d00a55c2650ed6536b644799c50 (patch) | |
tree | c07444b8601b80ab453a0f97e7c2e2264116ad4f /arch/blackfin/mach-bf527/boards/Makefile | |
parent | 5cc1c567c1106c22cee3b069c440da3f85f637f0 (diff) |
Blackfin: tll6527m: new board port
Signed-off-by: Ashish Gupta <asg@thelearninglabs.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf527/boards/Makefile')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf527/boards/Makefile b/arch/blackfin/mach-bf527/boards/Makefile index 751d45cdf72..1d67da9f05a 100644 --- a/arch/blackfin/mach-bf527/boards/Makefile +++ b/arch/blackfin/mach-bf527/boards/Makefile @@ -7,3 +7,4 @@ obj-$(CONFIG_BFIN527_EZKIT_V2) += ezkit.o obj-$(CONFIG_BFIN527_BLUETECHNIX_CM) += cm_bf527.o obj-$(CONFIG_BFIN526_EZBRD) += ezbrd.o obj-$(CONFIG_BFIN527_AD7160EVAL) += ad7160eval.o +obj-$(CONFIG_BFIN527_TLL6527M) += tll6527m.o |