[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [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 <jbeulich@xxxxxxxx> --- 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) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |