From efd09c771ead61fbe34161ae2250d4c77a2dcd36 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Mon, 16 Mar 2020 11:25:45 +0100 Subject: [PATCH] kconfig: expose all{yes,no}config targets Without having them at least at the xen/Makefile level they're (close to?) inaccessible. As I'm uncertain about their utility at the top level, I'm leaving it at that for now. Signed-off-by: Jan Beulich Acked-by: Wei Liu Acked-by: Andrew Cooper --- xen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/Makefile b/xen/Makefile index 8267ace51b..e5f7b1ae13 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -277,7 +277,7 @@ $(foreach base,arch/x86/mm/guest_walk_% \ arch/x86/mm/shadow/guest_%, \ $(foreach ext,o i s,$(call build-intermediate,$(base).$(ext)))) -kconfig := oldconfig config menuconfig defconfig \ +kconfig := oldconfig config menuconfig defconfig allyesconfig allnoconfig \ nconfig xconfig gconfig savedefconfig listnewconfig olddefconfig \ randconfig $(notdir $(wildcard arch/$(SRCARCH)/configs/*_defconfig)) .PHONY: $(kconfig) -- 2.30.2