summaryrefslogtreecommitdiff
path: root/software/clic_vectored/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'software/clic_vectored/Makefile')
-rw-r--r--software/clic_vectored/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/software/clic_vectored/Makefile b/software/clic_vectored/Makefile
new file mode 100644
index 0000000..d6e2342
--- /dev/null
+++ b/software/clic_vectored/Makefile
@@ -0,0 +1,10 @@
+TARGET = clic_vectored
+CFLAGS += -Og -fno-builtin-printf
+
+BSP_BASE = ../../bsp
+
+C_SRCS += clic_vectored.c
+
+C_SRCS += $(BSP_BASE)/drivers/clic/clic_driver.c
+
+include $(BSP_BASE)/env/common.mk