aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin/lib/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-05-10 16:06:41 -0400
committerMike Frysinger <vapier@gentoo.org>2011-09-29 16:38:05 -0400
commit4257ea4efd57d9bd32a40fc6bdaec97b0bad1085 (patch)
tree88a37c5c7d349ddf76ab622f7fa4b51dcc31cc32 /arch/blackfin/lib/Makefile
parent0fc4744412a58993a2a59787d2594c2f8f0b5f35 (diff)
Blackfin: post: drop custom test list
The few tests that are Blackfin-specific have been migrated to common code or been rewritten with the existing "bsp-specific" defines. 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, 0 insertions, 1 deletions
diff --git a/arch/blackfin/lib/Makefile b/arch/blackfin/lib/Makefile
index 4a227665a..18c9f7409 100644
--- a/arch/blackfin/lib/Makefile
+++ b/arch/blackfin/lib/Makefile
@@ -46,7 +46,6 @@ 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_ALT_LIST) += tests.o
COBJS-y += string.o
SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)