summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/dev/Makefile
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-05-13 12:45:53 +0200
committerUros Majstorovic <majstor@majstor.org>2022-05-13 12:45:53 +0200
commit412a8f99928beff605805807b0f07f6bf8d0a965 (patch)
tree366f1768ddfd32960c5d26ca3fba14e82c3b571e /fw/fe310/eos/dev/Makefile
parent9ccb4db8d59ec9dab33ee8617d462f21a8bb4fa8 (diff)
code rename
Diffstat (limited to 'fw/fe310/eos/dev/Makefile')
-rw-r--r--fw/fe310/eos/dev/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/fw/fe310/eos/dev/Makefile b/fw/fe310/eos/dev/Makefile
new file mode 100644
index 0000000..83cb1f5
--- /dev/null
+++ b/fw/fe310/eos/dev/Makefile
@@ -0,0 +1,16 @@
+include ../../common.mk
+CFLAGS += -I$(bsp_dir)/include
+
+obj = bq25895.o ov2640.o gt911.o
+
+
+%.o: %.c %.h
+ $(CC) $(CFLAGS) -c $<
+
+%.o: %.S
+ $(CC) $(CFLAGS) -c $<
+
+all: $(obj)
+
+clean:
+ rm -f *.o