]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
x86/build: Add {kvm_guest,xen}.config targets to make help's output
authorBorislav Petkov <bp@suse.de>
Thu, 17 Dec 2020 12:13:34 +0000 (13:13 +0100)
committerBorislav Petkov <bp@suse.de>
Mon, 28 Dec 2020 17:23:25 +0000 (18:23 +0100)
Add the targets which add additional items to the .config which
facilitate running the kernel as a guest, to the 'make help' output so
that they can be found easier and there's no need to grep the tree each
time to remember what they should be called.

Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20201217134608.31811-1-bp@alien8.de
arch/x86/Makefile

index 7116da3980be4546e459707035a35121db8137ca..3dae5c90c159d15274a615b4a7b1b53a1b92d63f 100644 (file)
@@ -304,4 +304,7 @@ define archhelp
   echo  '                  bzdisk/fdimage*/isoimage also accept:'
   echo  '                  FDARGS="..."  arguments for the booted kernel'
   echo  '                  FDINITRD=file initrd for the booted kernel'
+  echo  '  kvm_guest.config - Enable Kconfig items for running this kernel as a KVM guest'
+  echo  '  xen.config    - Enable Kconfig items for running this kernel as a Xen guest'
+
 endef