aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorShuah Khan <skhan@linuxfoundation.org>2023-07-25 09:17:37 -0600
committerShuah Khan <skhan@linuxfoundation.org>2023-07-25 10:33:14 -0600
commit7611c8ff152fe58585fc51bcf452ad4c089dc751 (patch)
tree9f08baa3c5fc21a5bf2c661e4e86411207f81c35
parentselftests/resctrl: Remove test type checks from cat_val() (diff)
downloadwireguard-linux-7611c8ff152fe58585fc51bcf452ad4c089dc751.tar.xz
wireguard-linux-7611c8ff152fe58585fc51bcf452ad4c089dc751.zip
selftests:prctl: Fix make clean override warning
Remove clean target in Makefile to fix the following warning and use the one in common lib.mk Makefile:14: warning: overriding recipe for target 'clean' ../lib.mk:160: warning: ignoring old recipe for target 'clean' Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--tools/testing/selftests/prctl/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/selftests/prctl/Makefile b/tools/testing/selftests/prctl/Makefile
index cfc35d29fc2e..01dc90fbb509 100644
--- a/tools/testing/selftests/prctl/Makefile
+++ b/tools/testing/selftests/prctl/Makefile
@@ -10,7 +10,5 @@ all: $(TEST_PROGS)
include ../lib.mk
-clean:
- rm -fr $(TEST_PROGS)
endif
endif