diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-01-31 21:51:59 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-01-31 21:51:59 +0100 |
commit | ce5b6bc9faf38c7feaf5053424176d39e91c7323 (patch) | |
tree | 6b778a085a253c056eadb31797463928a8ebfd3b /fw/fe310/eos/i2c | |
parent | dcdc68164b16831c1e5bd6bbd5fa9c0aecacf890 (diff) |
fixed build
Diffstat (limited to 'fw/fe310/eos/i2c')
-rw-r--r-- | fw/fe310/eos/i2c/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fw/fe310/eos/i2c/Makefile b/fw/fe310/eos/i2c/Makefile index a210898..97e4f12 100644 --- a/fw/fe310/eos/i2c/Makefile +++ b/fw/fe310/eos/i2c/Makefile @@ -1,7 +1,5 @@ include ../../common.mk -CFLAGS += -I.. - obj = bq25895.o ov2640.o |