summaryrefslogtreecommitdiffstats
path: root/firmware/make/Makefile
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2020-03-05 22:08:30 +0100
committerDimitri Stolnikov <horiz0n@gmx.net>2020-03-05 22:08:30 +0100
commit7f9ce1cf8f85abff73d0b7c556bc318c6b60d0cd (patch)
treeb7dd7430b591308531d2cd1cb114c76f97322eb3 /firmware/make/Makefile
parentee16c3703274ef3e747c47d2668ae5fb0546beb9 (diff)
Import and use I2C master routines
from https://github.com/ataradov/dgw/
Diffstat (limited to 'firmware/make/Makefile')
-rw-r--r--firmware/make/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/make/Makefile b/firmware/make/Makefile
index 7ed24fb..dbfc57d 100644
--- a/firmware/make/Makefile
+++ b/firmware/make/Makefile
@@ -21,10 +21,14 @@ LDFLAGS += -Wl,--gc-sections
LDFLAGS += -Wl,--script=../linker/samd21j18.ld
INCLUDES += \
+ -I../clkgen \
-I../include \
-I..
SRCS += \
+ ../clkgen/clkgen.c \
+ ../clkgen/si5351c.c \
+ ../i2c_master.c \
../main.c \
../uart.c \
../usb.c \