From e1e02465a8bc6e0c8babf22e8320bc1f6c44652b Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Mon, 31 Jan 2022 22:44:59 +0100 Subject: build fix --- fw/fe310/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fw') 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 -- cgit v1.2.3