summaryrefslogtreecommitdiff
path: root/rtl/dma_axi32/mod.mk
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-02-28 16:07:44 -0600
committerAlejandro Soto <alejandro@34project.org>2024-03-03 20:42:36 -0600
commit872349eb3a3a508abee028e75da546692eb8e0e7 (patch)
treeacdab5296943bb067bae849f82e3d4756ed14635 /rtl/dma_axi32/mod.mk
parent6e67445a93e97f6353aea0e8e79acf2b60b46985 (diff)
rtl: add dma_axi32
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