summaryrefslogtreecommitdiff
path: root/fw/fe310/test/app/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/test/app/Makefile')
-rw-r--r--fw/fe310/test/app/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/fw/fe310/test/app/Makefile b/fw/fe310/test/app/Makefile
deleted file mode 100644
index fe0ba21..0000000
--- a/fw/fe310/test/app/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-include ../../common.mk
-
-obj = app_root.o app_status.o
-
-
-%.o: %.c %.h
- $(CC) $(CFLAGS) -c $<
-
-%.o: %.S
- $(CC) $(CFLAGS) -c $<
-
-all: $(obj)
-
-clean:
- rm -f *.o