diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-05-10 20:06:41 (GMT) |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-09-29 20:38:05 (GMT) |
commit | 4257ea4efd57d9bd32a40fc6bdaec97b0bad1085 (patch) | |
tree | 88a37c5c7d349ddf76ab622f7fa4b51dcc31cc32 /arch/blackfin/lib/Makefile | |
parent | 0fc4744412a58993a2a59787d2594c2f8f0b5f35 (diff) | |
download | u-boot-fsl-qoriq-4257ea4efd57d9bd32a40fc6bdaec97b0bad1085.tar.xz |
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/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/lib/Makefile b/arch/blackfin/lib/Makefile index 4a22766..18c9f74 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) |