Skip to content

Commit fbaf0aa

Browse files
committed
x86/build: Add {kvm_guest,xen}.config targets to make help's output
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 <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 5c8fe58 commit fbaf0aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/x86/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,7 @@ define archhelp
304304
echo ' bzdisk/fdimage*/isoimage also accept:'
305305
echo ' FDARGS="..." arguments for the booted kernel'
306306
echo ' FDINITRD=file initrd for the booted kernel'
307+
echo ' kvm_guest.config - Enable Kconfig items for running this kernel as a KVM guest'
308+
echo ' xen.config - Enable Kconfig items for running this kernel as a Xen guest'
309+
307310
endef

0 commit comments

Comments
 (0)