summaryrefslogtreecommitdiff
path: root/fw/fe310/fsfat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/fsfat/Makefile')
-rw-r--r--fw/fe310/fsfat/Makefile15
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