summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/test/bridgedma-proto/sparc-Makefile
diff options
context:
space:
mode:
authorlaranjeiro2008-04-08 07:06:12 +0000
committerlaranjeiro2008-04-08 07:06:12 +0000
commit23c3c87e9984c10609915a0cab55c2ca1364d91d (patch)
tree9f46435527780098b282fb30fde7351932476209 /cesar/hal/phy/test/bridgedma-proto/sparc-Makefile
parent244b0fe3b66d61ab6a01b1459f6822d38b7651d5 (diff)
Added tests of the bridgedma soft.
- tested the init. - tested the tx. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1774 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/hal/phy/test/bridgedma-proto/sparc-Makefile')
-rw-r--r--cesar/hal/phy/test/bridgedma-proto/sparc-Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/cesar/hal/phy/test/bridgedma-proto/sparc-Makefile b/cesar/hal/phy/test/bridgedma-proto/sparc-Makefile
index aa34c81fa3..a84f90476e 100644
--- a/cesar/hal/phy/test/bridgedma-proto/sparc-Makefile
+++ b/cesar/hal/phy/test/bridgedma-proto/sparc-Makefile
@@ -5,10 +5,14 @@ TARGET = sparc
ECOS = y
DEFS = -DCONFIG_BRIDGEDMA_PROTO
-TARGET_PROGRAMS = test-bridgedma-proto
+TARGET_PROGRAMS = test-bridgedma-proto \
+ test-bridgedma-proto-tx
test-bridgedma-proto_SOURCES = bridgedma-init-test.c
test-bridgedma-proto_MODULES = hal/phy lib
+test-bridgedma-proto-tx_SOURCES = bridgedma-tx-test.c
+test-bridgedma-proto-tx_MODULES = hal/phy lib
+
VARIANT = sparc
include $(BASE)/common/make/top.mk