From: Yuanchu Xie Date: Mon, 18 Apr 2022 20:20:17 +0000 (+0000) Subject: selftests/damon: add damon to selftests root Makefile X-Git-Tag: v6.1-rc5~1278^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=678f0cdc572c5fda940cb038d70eebb8d818adc8;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Yuanchu Xie Acked-by: David Rientjes Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 2319ec8..bd2ac8b 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