summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/test/bridgedma-proto/synth-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/phy/test/bridgedma-proto/synth-Makefile')
-rw-r--r--cesar/hal/phy/test/bridgedma-proto/synth-Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/cesar/hal/phy/test/bridgedma-proto/synth-Makefile b/cesar/hal/phy/test/bridgedma-proto/synth-Makefile
new file mode 100644
index 0000000000..6f95c473f7
--- /dev/null
+++ b/cesar/hal/phy/test/bridgedma-proto/synth-Makefile
@@ -0,0 +1,13 @@
+BASE = ../../../..
+
+ECOS = y
+DEFS = -DCONFIG_BRIDGEDMA_PROTO
+
+TARGET_PROGRAMS = test-bridgedma-proto
+
+test-bridgedma-proto_SOURCES = bridgedma-init-test.c
+test-bridgedma-proto_MODULES = hal/phy lib
+
+VARIANT = synth
+
+include $(BASE)/common/make/top.mk