summaryrefslogtreecommitdiff
path: root/arch/blackfin/lib/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-05-10 16:22:25 -0400
committerMike Frysinger <vapier@gentoo.org>2011-09-29 16:38:05 -0400
commit2151374fa6556ec1027d1d0003b1e238a106cc63 (patch)
treeb93e921639bccc57a98262ebbcd7b5dd54bd64e8 /arch/blackfin/lib/Makefile
parent20698b350614d4575afd20bfba1396873bea87a4 (diff)
downloadu-boot-imx-2151374fa6556ec1027d1d0003b1e238a106cc63.zip
u-boot-imx-2151374fa6556ec1027d1d0003b1e238a106cc63.tar.gz
u-boot-imx-2151374fa6556ec1027d1d0003b1e238a106cc63.tar.bz2
Blackfin: post: generalize led/button tests with GPIOs
Make it easy for any Blackfin board to enable led/push button tests. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/lib/Makefile')
-rw-r--r--arch/blackfin/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/lib/Makefile b/arch/blackfin/lib/Makefile
index 18c9f74..37e0663 100644
--- a/arch/blackfin/lib/Makefile
+++ b/arch/blackfin/lib/Makefile
@@ -46,6 +46,7 @@ COBJS-y += clocks.o
COBJS-$(CONFIG_CMD_CACHE_DUMP) += cmd_cache_dump.o
COBJS-$(CONFIG_CMD_KGDB) += kgdb.o
COBJS-y += muldi3.o
+COBJS-$(CONFIG_HAS_POST) += post.o
COBJS-y += string.o
SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)