diff options
author | Drew Barbier <dbarbi1@gmail.com> | 2018-07-11 21:34:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 21:34:21 -0700 |
commit | 67a27655c3b7d3955703850ca0ac6d4c8b6b38ca (patch) | |
tree | ba4b67cf6acd69ffb52c4d2177564d00aad02b1f /software/clic_vectored/Makefile | |
parent | b091d1cabe70c84825a7f304d725010d2cf163d9 (diff) | |
parent | 7bf718778b9710238d791cefc67ac9c8720985e2 (diff) |
Merge pull request #96 from sifive/clic-vectored
Clic vectored
Diffstat (limited to 'software/clic_vectored/Makefile')
-rw-r--r-- | software/clic_vectored/Makefile | 10 |
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 |