summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/test/bridgedma-proto/sparc-Makefile
diff options
context:
space:
mode:
authorlaranjeiro2008-06-13 13:01:01 +0000
committerlaranjeiro2008-06-13 13:01:01 +0000
commit687fa940f2da0fb5da20c21f48159570fcc0a634 (patch)
tree35e0d0f0a59a6d4b6202e20875e7db587534c760 /cesar/hal/phy/test/bridgedma-proto/sparc-Makefile
parentafb68daa6a7ac8bdaf55f0bf9262ca4ef84c0377 (diff)
hal/phy :
* Renamed the bridgedma.c file to bridgedma_soft.c file. * Rename the folder bridgedma-proto to bridgedma_soft git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2324 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-Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/cesar/hal/phy/test/bridgedma-proto/sparc-Makefile b/cesar/hal/phy/test/bridgedma-proto/sparc-Makefile
deleted file mode 100644
index 11d5430522..0000000000
--- a/cesar/hal/phy/test/bridgedma-proto/sparc-Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-BASE = ../../../..
-
-TARGET = sparc
-
-ECOS = y
-DEFS = -DCONFIG_BRIDGEDMA_PROTO
-
-TARGET_PROGRAMS = test-bridgedma-proto \
- test-bridgedma-proto-tx \
- test-bridgedma-proto-rx \
- test-bridgedma-proto-crc
-
-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
-
-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
-
-all: $(TARGET_PROGRAMS:%=obj/sparc/%.lst)
-
-%.lst: %.elf
- $(CROSS_COMPILE_sparc)objdump -DSt $< > $@