kconfig: expose all{yes,no}config targets
authorJan Beulich <jbeulich@suse.com>
Mon, 16 Mar 2020 10:25:45 +0000 (11:25 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 16 Mar 2020 10:25:45 +0000 (11:25 +0100)
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 <jbeulich@suse.com>
Acked-by: Wei Liu <wl@xen.org>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/Makefile

index 8267ace51b0d999aec25e89fa805b5cf6aaee2d8..e5f7b1ae13bc74bb9ed059f15618cdbcd9d23eb6 100644 (file)
@@ -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)