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