aboutsummaryrefslogtreecommitdiff
path: root/VexRiscvSocSoftware/projects/murax/demo/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'VexRiscvSocSoftware/projects/murax/demo/makefile')
-rwxr-xr-xVexRiscvSocSoftware/projects/murax/demo/makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/VexRiscvSocSoftware/projects/murax/demo/makefile b/VexRiscvSocSoftware/projects/murax/demo/makefile
new file mode 100755
index 0000000..5f9ee9e
--- /dev/null
+++ b/VexRiscvSocSoftware/projects/murax/demo/makefile
@@ -0,0 +1,20 @@
+PROJ_NAME=demo
+DEBUG=yes
+BENCH=no
+MULDIV=no
+
+
+SRCS = $(wildcard src/*.c) \
+ $(wildcard src/*.cpp) \
+ $(wildcard src/*.S)
+
+
+INC += -I../../../libs/
+INC += -I../libs/
+LDSCRIPT = ../libs/linker.ld
+
+include ../../../resources/gcc.mk
+include ../../../resources/subproject.mk
+
+
+