summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/test/bridgedma-proto/sparc-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/phy/test/bridgedma-proto/sparc-Makefile')
-rw-r--r--cesar/hal/phy/test/bridgedma-proto/sparc-Makefile11
1 files changed, 10 insertions, 1 deletions
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 $< > $@