aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--scripts/Makefile.help3
2 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 58dd24520c9e..06a5798335fc 100644
--- a/Makefile
+++ b/Makefile
@@ -1384,7 +1384,7 @@ help:
1384 @echo ' export_report - List the usages of all exported symbols' 1384 @echo ' export_report - List the usages of all exported symbols'
1385 @echo ' headers_check - Sanity check on exported headers' 1385 @echo ' headers_check - Sanity check on exported headers'
1386 @echo ' headerdep - Detect inclusion cycles in headers' 1386 @echo ' headerdep - Detect inclusion cycles in headers'
1387 @$(MAKE) -f $(srctree)/scripts/Makefile.help checker-help 1387 @echo ' coccicheck - Check with Coccinelle'
1388 @echo '' 1388 @echo ''
1389 @echo 'Kernel selftest:' 1389 @echo 'Kernel selftest:'
1390 @echo ' kselftest - Build and run kernel selftest (run as root)' 1390 @echo ' kselftest - Build and run kernel selftest (run as root)'
diff --git a/scripts/Makefile.help b/scripts/Makefile.help
deleted file mode 100644
index d03608f5db04..000000000000
--- a/scripts/Makefile.help
+++ /dev/null
@@ -1,3 +0,0 @@
1
2checker-help:
3 @echo ' coccicheck - Check with Coccinelle.'