selftests/damon: cleanup __pycache__/ with 'make clean'
authorSeongJae Park <sj@kernel.org>
Tue, 27 Aug 2024 03:03:29 +0000 (20:03 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 4 Sep 2024 04:15:56 +0000 (21:15 -0700)
commit582c04b07fa91665b4f38682c290fb9f0b085c7e
tree6b6c51cf75fa0aab18beb95913a563027125406b
parent9cb75552f421c5e9667bc19fb430063cb023c219
selftests/damon: cleanup __pycache__/ with 'make clean'

Python-based tests creates __pycache__/ directory.  Remove it with 'make
clean' by defining it as EXTRA_CLEAN.

Link: https://lkml.kernel.org/r/20240827030336.7930-3-sj@kernel.org
Fixes: b5906f5f7359 ("selftests/damon: add a test for update_schemes_tried_regions sysfs command")
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Brendan Higgins <brendanhiggins@google.com>
Cc: David Gow <davidgow@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/damon/Makefile