aboutsummaryrefslogtreecommitdiff
path: root/sim/top_uart/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sim/top_uart/makefile')
-rw-r--r--sim/top_uart/makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/top_uart/makefile b/sim/top_uart/makefile
new file mode 100644
index 0000000..5f96c0c
--- /dev/null
+++ b/sim/top_uart/makefile
@@ -0,0 +1,9 @@
+PROJECT = top_uart
+
+# This include must define SYN_SOURCE_FILES
+include ./makefile.sources
+
+SOURCE_FILES = $(SYN_SOURCE_FILES) \
+../../src/t_$(PROJECT).vhd
+
+include ../makefile