summaryrefslogtreecommitdiff
path: root/rtl/dma_axi32/mod.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/dma_axi32/mod.mk')
-rw-r--r--rtl/dma_axi32/mod.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/rtl/dma_axi32/mod.mk b/rtl/dma_axi32/mod.mk
new file mode 100644
index 0000000..68b1b75
--- /dev/null
+++ b/rtl/dma_axi32/mod.mk
@@ -0,0 +1,5 @@
+define core
+ $(this)/rtl_top := dma_axi32
+ $(this)/rtl_files := $(call core_shell,cat filelist.txt)
+ $(this)/rtl_include_dirs := .
+endef