diff options
author | Drew Barbier <dbarbi1@gmail.com> | 2018-07-02 00:40:06 -0500 |
---|---|---|
committer | Drew Barbier <dbarbi1@gmail.com> | 2018-07-02 00:40:06 -0500 |
commit | abbf5a2ef4b46218a1b24ef6afd6cf7b35a87e55 (patch) | |
tree | 3a204d9847f0b810056aa8c26cee62e8a18e2635 /software/clic_vectored/Makefile | |
parent | b091d1cabe70c84825a7f304d725010d2cf163d9 (diff) |
e2 and clic start
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 |