summaryrefslogtreecommitdiff
path: root/fw
diff options
context:
space:
mode:
Diffstat (limited to 'fw')
-rw-r--r--fw/fe310/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/Makefile b/fw/fe310/Makefile
index be584f5..17d8103 100644
--- a/fw/fe310/Makefile
+++ b/fw/fe310/Makefile
@@ -23,7 +23,7 @@ libeos.a:
$(AR) rcs $@ $(obj_crypto)
clean:
- for i in $(subdirs); do \
+ for i in $(subdirs) $(crypto_dir); do \
(cd $$i && $(MAKE) clean) || exit; \
done
rm -f *.o *.a