laforge submitted this change.
Fixed makefile to also clean crypto subdirectory
Change-Id: Ib2a404edece89d26d5369f4ff2ad7510611cac08
---
M src/Makefile
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/Makefile b/src/Makefile
index 9b12484..b424ea4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -30,4 +30,4 @@
tunctl: tunctl.o
clean:
- @rm -f tunctl float_to_bits crc_test tetra-rx conv_enc_test *.o phy/*.o lower_mac/*.o *.a
+ @rm -f tunctl float_to_bits crc_test tetra-rx conv_enc_test *.o phy/*.o lower_mac/*.o crypto/*.o *.a
To view, visit change 33996. To unsubscribe, or for help writing mail filters, visit settings.