summaryrefslogtreecommitdiff
path: root/fw/fe310/test/app/Makefile
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-09-04 18:39:21 +0200
committerUros Majstorovic <majstor@majstor.org>2022-09-04 18:39:21 +0200
commitd894eb01e9c979d0eb51f9495a7cf7281c213302 (patch)
tree9849af7b4c62cc22e61ff7e51c0169674d073986 /fw/fe310/test/app/Makefile
parentfc98d3809e0db36d634f290417b9152f87f83e3e (diff)
removed old test
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