diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-01-31 22:44:59 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-01-31 22:44:59 +0100 |
commit | e1e02465a8bc6e0c8babf22e8320bc1f6c44652b (patch) | |
tree | b8c4d0180323c3d520040c189ba41b131cb39c41 | |
parent | 74a34dfce2f4fd622229a9caf0c3cfcc7bc68ced (diff) |
build fix
-rw-r--r-- | fw/fe310/Makefile | 2 |
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 |