aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Leach <mike.leach@linaro.org>2024-03-28 12:07:48 +0000
committerMike Leach <mike.leach@linaro.org>2024-03-28 12:09:47 +0000
commitdca84a74a0d5d453db92188d5cdaf0e90a3f33d3 (patch)
tree4ce426f51947b89d2f613dde7c1b79665de64b59
parent85fd025eed357c9a9a8cb90e5c4012e0a214f554 (diff)
build: Fix clean of mem_acc_test
Build of mem_acc_test app has no corresponding clean operation, which can cause subsequent builds to fail. Add clean operation. Reported-by: Wookey <wookey@wookware.org> Signed-off-by: Mike Leach <mike.leach@linaro.org>
-rw-r--r--decoder/build/linux/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/build/linux/makefile b/decoder/build/linux/makefile
index b222e43ad724..58b2b0890b76 100644
--- a/decoder/build/linux/makefile
+++ b/decoder/build/linux/makefile
@@ -203,6 +203,7 @@ clean_tests:
cd $(OCSD_ROOT)/tests/build/linux/mem_buffer_eg && $(MAKE) clean
cd $(OCSD_ROOT)/tests/build/linux/frame_demux_test && $(MAKE) clean
cd $(OCSD_ROOT)/tests/build/linux/perr && $(MAKE) clean
+ cd $(OCSD_ROOT)/tests/build/linux/mem_acc_test && $(MAKE) clean
-rmdir $(OCSD_TESTS)/lib
clean_docs: