summaryrefslogtreecommitdiff
path: root/arch/blackfin/lib/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-09-22 22:35:44 +0200
committerWolfgang Denk <wd@denx.de>2010-09-22 22:35:44 +0200
commitd1475d8aab7a6ab7ea7534a98bd20e59f150c2e3 (patch)
tree9cba64584a5b520e8074c722f662d27387f2fd84 /arch/blackfin/lib/Makefile
parent0cc89de8ef60214083739904b011f6c255922723 (diff)
parent800eb09641ae67c707b65acff112684a954b7f44 (diff)
downloadu-boot-imx-d1475d8aab7a6ab7ea7534a98bd20e59f150c2e3.zip
u-boot-imx-d1475d8aab7a6ab7ea7534a98bd20e59f150c2e3.tar.gz
u-boot-imx-d1475d8aab7a6ab7ea7534a98bd20e59f150c2e3.tar.bz2
Merge branch 'master' of /home/wd/git/u-boot/master
Diffstat (limited to 'arch/blackfin/lib/Makefile')
-rw-r--r--arch/blackfin/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/lib/Makefile b/arch/blackfin/lib/Makefile
index 3bdba75..a18bbd6 100644
--- a/arch/blackfin/lib/Makefile
+++ b/arch/blackfin/lib/Makefile
@@ -46,7 +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_POST) += post.o tests.o
+COBJS-$(CONFIG_POST_ALT_LIST) += tests.o
COBJS-y += string.o
SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)