diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-09-04 18:09:35 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-09-04 18:09:35 +0200 |
commit | 92e6731824cf4286136cb343d538aae4f772fe13 (patch) | |
tree | 21c12cfbb98f065e1a3fdf527250d178758948df /fw/fe310/bsp/metal/Makefile | |
parent | 4db0527c16502103e04c4091dbd803c55538b52f (diff) |
upload script fixed for jlink
Diffstat (limited to 'fw/fe310/bsp/metal/Makefile')
-rw-r--r-- | fw/fe310/bsp/metal/Makefile | 13 |
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 |