summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/test/bridgedma-proto/sparc-Makefile
diff options
context:
space:
mode:
authorlaranjeiro2008-06-06 16:23:37 +0000
committerlaranjeiro2008-06-06 16:23:37 +0000
commit6602d2e4948b4d02f1b83c21dc77915b654830f5 (patch)
tree769ab90c6c5ec56e47352e321a1f20a2ca740347 /cesar/hal/phy/test/bridgedma-proto/sparc-Makefile
parentc7a0257a1b0e7281bacc0410981e02851d2e8a3c (diff)
bridgedma : Add the CRC checkout. (does not work on the proto).
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2247 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 e2057c1c38..11d5430522 100644
--- a/cesar/hal/phy/test/bridgedma-proto/sparc-Makefile
+++ b/cesar/hal/phy/test/bridgedma-proto/sparc-Makefile
@@ -7,7 +7,8 @@ DEFS = -DCONFIG_BRIDGEDMA_PROTO
TARGET_PROGRAMS = test-bridgedma-proto \
test-bridgedma-proto-tx \
- test-bridgedma-proto-rx
+ test-bridgedma-proto-rx \
+ test-bridgedma-proto-crc
test-bridgedma-proto_SOURCES = bridgedma-init-test.c
test-bridgedma-proto_MODULES = hal/phy lib
@@ -18,6 +19,9 @@ test-bridgedma-proto-tx_MODULES = hal/phy lib
test-bridgedma-proto-rx_SOURCES = bridgedma-rx-test.c
test-bridgedma-proto-rx_MODULES = hal/phy lib
+test-bridgedma-proto-crc_SOURCES = bridgedma-crc-test.c
+test-bridgedma-proto-crc_MODULES = hal/phy lib
+
VARIANT = sparc
include $(BASE)/common/make/top.mk