From 872349eb3a3a508abee028e75da546692eb8e0e7 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 28 Feb 2024 16:07:44 -0600 Subject: rtl: add dma_axi32 --- rtl/dma_axi32/mod.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rtl/dma_axi32/mod.mk (limited to 'rtl/dma_axi32/mod.mk') 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 -- cgit v1.2.3