From 6efacb0b9f775698424ebe65e44051b99abff21d Mon Sep 17 00:00:00 2001 From: laranjeiro Date: Tue, 8 Apr 2008 10:15:04 +0000 Subject: Added the bridgedma rx test. - Tested on host. - Tested on proto. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1775 017c9cb6-072f-447c-8318-d5b54f68fe89 --- cesar/hal/phy/test/bridgedma-proto/sparc-Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'cesar/hal/phy/test/bridgedma-proto/sparc-Makefile') diff --git a/cesar/hal/phy/test/bridgedma-proto/sparc-Makefile b/cesar/hal/phy/test/bridgedma-proto/sparc-Makefile index a84f90476e..e2057c1c38 100644 --- a/cesar/hal/phy/test/bridgedma-proto/sparc-Makefile +++ b/cesar/hal/phy/test/bridgedma-proto/sparc-Makefile @@ -6,7 +6,8 @@ ECOS = y DEFS = -DCONFIG_BRIDGEDMA_PROTO TARGET_PROGRAMS = test-bridgedma-proto \ - test-bridgedma-proto-tx + test-bridgedma-proto-tx \ + test-bridgedma-proto-rx test-bridgedma-proto_SOURCES = bridgedma-init-test.c test-bridgedma-proto_MODULES = hal/phy lib @@ -14,5 +15,13 @@ test-bridgedma-proto_MODULES = hal/phy lib test-bridgedma-proto-tx_SOURCES = bridgedma-tx-test.c 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 + VARIANT = sparc include $(BASE)/common/make/top.mk + +all: $(TARGET_PROGRAMS:%=obj/sparc/%.lst) + +%.lst: %.elf + $(CROSS_COMPILE_sparc)objdump -DSt $< > $@ -- cgit v1.2.3