[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220418202017.3583638-1-yuanchu@google.com>
Date: Mon, 18 Apr 2022 20:20:17 +0000
From: Yuanchu Xie <yuanchu@...gle.com>
To: Shuah Khan <shuah@...nel.org>, Markus Boehme <markubo@...zon.de>,
SeongJae Park <sj@...nel.org>
Cc: rientjes@...gle.com, Andrew Morton <akpm@...ux-foundation.org>,
linux-mm@...ck.org, linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org, Yuanchu Xie <yuanchu@...gle.com>
Subject: [PATCH RESEND] selftests/damon: add damon to selftests root Makefile
Currently the damon selftests are not built with the rest of the
selftests. We add damon to the list of targets.
Fixes: b348eb7abd09 ("mm/damon: add user space selftests")
Reviewed-by: SeongJae Park <sj@...nel.org>
Signed-off-by: Yuanchu Xie <yuanchu@...gle.com>
---
tools/testing/selftests/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index d08fe4cfe811..ffe453760a12 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -9,6 +9,7 @@ TARGETS += clone3
TARGETS += core
TARGETS += cpufreq
TARGETS += cpu-hotplug
+TARGETS += damon
TARGETS += drivers/dma-buf
TARGETS += efivarfs
TARGETS += exec
--
2.35.1.265.g69c8d7142f-goog
Powered by blists - more mailing lists