[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <tencent_FA682F628E818DD04B96C3E5A94ACFABE206@qq.com>
Date: Fri, 21 Apr 2023 19:47:25 +0800
From: Rong Tao <rtoax@...mail.com>
To: william.gray@...aro.org
Cc: rongtao@...tc.cn,
linux-iio@...r.kernel.org (open list:COUNTER SUBSYSTEM),
linux-kernel@...r.kernel.org (open list)
Subject: [PATCH] tools/counter: Makefile: Remove useless 'include' when make clean
From: Rong Tao <rongtao@...tc.cn>
'make' create 'include' directory, we should remove it when 'make clean'.
Signed-off-by: Rong Tao <rongtao@...tc.cn>
---
tools/counter/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/counter/Makefile b/tools/counter/Makefile
index 8843f0fa6119..e2475a1f10d8 100644
--- a/tools/counter/Makefile
+++ b/tools/counter/Makefile
@@ -39,7 +39,7 @@ $(OUTPUT)counter_example: $(COUNTER_EXAMPLE)
clean:
rm -f $(ALL_PROGRAMS)
- rm -rf $(OUTPUT)include/linux/counter.h
+ rm -rf $(OUTPUT)include
find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete
install: $(ALL_PROGRAMS)
--
2.40.0
Powered by blists - more mailing lists