aboutsummaryrefslogtreecommitdiff
path: root/sim/de1_audio/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sim/de1_audio/makefile')
-rw-r--r--sim/de1_audio/makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sim/de1_audio/makefile b/sim/de1_audio/makefile
new file mode 100644
index 0000000..99b022e
--- /dev/null
+++ b/sim/de1_audio/makefile
@@ -0,0 +1,10 @@
+PROJECT = de1_audio
+
+include ./makefile.sources
+
+# Add here the testbench file
+SOURCE_FILES = $(SYN_SOURCE_FILES) \
+../../src/t_$(PROJECT).vhd
+
+include ../makefile
+