Message ID | 20201217134608.31811-1-bp@alien8.de |
---|---|
State | Accepted |
Commit | fbaf0aa8c7a8d4f7c3e4664f2f03ec8c7cc79910 |
Headers | show |
Series |
|
Related | show |
diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 7116da3980be..3dae5c90c159 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -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