[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <tencent_F85E314661100B0CE2845EB27E2E2F558C09@qq.com>
Date: Sat, 22 Apr 2023 22:27:38 +0800
From: Rong Tao <rtoax@...mail.com>
To: william.gray@...aro.org
Cc: Rong Tao <rongtao@...tc.cn>,
linux-iio@...r.kernel.org (open list:COUNTER SUBSYSTEM),
linux-kernel@...r.kernel.org (open list)
Subject: [PATCH v2] tools/counter: Makefile: Remove lingering '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>
---
v2: this commit, according to William Breathitt Gray's suggession in v1
v1: https://lore.kernel.org/lkml/tencent_FA682F628E818DD04B96C3E5A94ACFABE206@qq.com/
---
tools/counter/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/counter/Makefile b/tools/counter/Makefile
index 8843f0fa6119..a0f4cab71fe5 100644
--- a/tools/counter/Makefile
+++ b/tools/counter/Makefile
@@ -40,6 +40,7 @@ $(OUTPUT)counter_example: $(COUNTER_EXAMPLE)
clean:
rm -f $(ALL_PROGRAMS)
rm -rf $(OUTPUT)include/linux/counter.h
+ rmdir -p $(OUTPUT)include/linux
find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete
install: $(ALL_PROGRAMS)
--
2.40.0
Powered by blists - more mailing lists