summaryrefslogtreecommitdiff
path: root/fw/fe310/bsp/metal/Makefile
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-09-04 18:09:35 +0200
committerUros Majstorovic <majstor@majstor.org>2022-09-04 18:09:35 +0200
commit92e6731824cf4286136cb343d538aae4f772fe13 (patch)
tree21c12cfbb98f065e1a3fdf527250d178758948df /fw/fe310/bsp/metal/Makefile
parent4db0527c16502103e04c4091dbd803c55538b52f (diff)
upload script fixed for jlink
Diffstat (limited to 'fw/fe310/bsp/metal/Makefile')
-rw-r--r--fw/fe310/bsp/metal/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/fw/fe310/bsp/metal/Makefile b/fw/fe310/bsp/metal/Makefile
deleted file mode 100644
index 962d3bc..0000000
--- a/fw/fe310/bsp/metal/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-include ../../common.mk
-CFLAGS += -I$(bsp_dir)/include -I$(bsp_dir)/drivers
-
-%.o: %.c
- $(CC) $(CFLAGS) -c $<
-
-%.o: %.S
- $(CC) $(CFLAGS) -c $<
-
-all: entry.o metal.o
-
-clean:
- rm -f *.o