diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-02-28 16:07:44 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-03-03 20:42:36 -0600 |
| commit | 872349eb3a3a508abee028e75da546692eb8e0e7 (patch) | |
| tree | acdab5296943bb067bae849f82e3d4756ed14635 /rtl/dma_axi32/mod.mk | |
| parent | 6e67445a93e97f6353aea0e8e79acf2b60b46985 (diff) | |
rtl: add dma_axi32
Diffstat (limited to 'rtl/dma_axi32/mod.mk')
| -rw-r--r-- | rtl/dma_axi32/mod.mk | 5 |
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 |
