summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.package
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-01-09 07:47:32 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-01-09 07:47:32 +0100
commitc2fb9a214da1efc3f8968daa795a1bbbf50cbfc8 (patch)
tree9bcfc2ea89e09ec2614e4d84518ffcb4327eb223 /scripts/Makefile.package
parent5220cb493bf418cc4ce5f3ba961dbd0207441731 (diff)
parentb7bfaa761d760e72a969d116517eaa12e404c262 (diff)
downloadlinux-c2fb9a214da1efc3f8968daa795a1bbbf50cbfc8.tar.gz
linux-c2fb9a214da1efc3f8968daa795a1bbbf50cbfc8.zip
Merge 6.2-rc3 into usb-next
We need the USB fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/Makefile.package')
-rw-r--r--scripts/Makefile.package1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.package b/scripts/Makefile.package
index 539e9f765d64..525a2820976f 100644
--- a/scripts/Makefile.package
+++ b/scripts/Makefile.package
@@ -158,6 +158,7 @@ $(perf-tar-pkgs):
PHONY += help
help:
@echo ' rpm-pkg - Build both source and binary RPM kernel packages'
+ @echo ' srcrpm-pkg - Build only the source kernel RPM package'
@echo ' binrpm-pkg - Build only the binary kernel RPM package'
@echo ' deb-pkg - Build both source and binary deb kernel packages'
@echo ' bindeb-pkg - Build only the binary kernel deb package'