summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/i2c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/eos/i2c/Makefile')
-rw-r--r--fw/fe310/eos/i2c/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/fw/fe310/eos/i2c/Makefile b/fw/fe310/eos/i2c/Makefile
deleted file mode 100644
index 97e4f12..0000000
--- a/fw/fe310/eos/i2c/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-include ../../common.mk
-
-obj = bq25895.o ov2640.o
-
-
-%.o: %.c %.h
- $(CC) $(CFLAGS) -c $<
-
-%.o: %.S
- $(CC) $(CFLAGS) -c $<
-
-all: $(obj)
-
-clean:
- rm -f *.o