summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/i2c/Makefile
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-05-20 18:39:32 +0200
committerUros Majstorovic <majstor@majstor.org>2021-05-20 18:39:32 +0200
commit00468c9740eb2376328bbd95982f2d6dabc49dbc (patch)
tree60b8b482ac6b457a3674be8d71538992b95017e1 /fw/fe310/eos/i2c/Makefile
parentae557a680b1b29cb823ffa5d10dc708c1616c874 (diff)
ov2460 camera sensor and arducam driver
Diffstat (limited to 'fw/fe310/eos/i2c/Makefile')
-rw-r--r--fw/fe310/eos/i2c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/i2c/Makefile b/fw/fe310/eos/i2c/Makefile
index 694fbf8..a210898 100644
--- a/fw/fe310/eos/i2c/Makefile
+++ b/fw/fe310/eos/i2c/Makefile
@@ -2,7 +2,7 @@ include ../../common.mk
CFLAGS += -I..
-obj = bq25895.o
+obj = bq25895.o ov2640.o
%.o: %.c %.h