diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 07:38:13 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 07:38:13 +0100 |
commit | e215377e5b1440f8ec0842712f2e559e82de2f03 (patch) | |
tree | c93999ad12d19f77fa1ba2685f5af637bdc1e3b5 /fw/fe310/fsfat/Makefile | |
parent | dbb4fea690017cb9735ca4a6802f8f2fa3a8e951 (diff) |
move
Diffstat (limited to 'fw/fe310/fsfat/Makefile')
-rw-r--r-- | fw/fe310/fsfat/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/fw/fe310/fsfat/Makefile b/fw/fe310/fsfat/Makefile deleted file mode 100644 index b5df05e..0000000 --- a/fw/fe310/fsfat/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -include ../common.mk -CFLAGS += -I.. -obj = diskio.o ff.o - - -%.o: %.c %.h - $(CC) $(CFLAGS) -c $< - -%.o: %.S - $(CC) $(CFLAGS) -c $< - -all: $(obj) - -clean: - rm -f *.o |