diff mbox series

kconfig: expose all{yes,no}config targets

Message ID aca85437-b9aa-c389-ad88-283b637f6547@suse.com (mailing list archive)
State New, archived
Headers show
Series kconfig: expose all{yes,no}config targets | expand

Commit Message

Jan Beulich March 13, 2020, 11:05 a.m. UTC
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>

Comments

Wei Liu March 13, 2020, 12:14 p.m. UTC | #1
On Fri, Mar 13, 2020 at 12:05:01PM +0100, Jan Beulich wrote:
> 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>
Andrew Cooper March 13, 2020, 12:21 p.m. UTC | #2
On 13/03/2020 12:14, Wei Liu wrote:
> On Fri, Mar 13, 2020 at 12:05:01PM +0100, Jan Beulich wrote:
>> 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>
diff mbox series

Patch

--- 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)