]> xenbits.xensource.com Git - xen.git/commitdiff
add randconfig target to Makefile
authorDoug Goldstein <cardoe@cardoe.com>
Thu, 18 Feb 2016 16:46:40 +0000 (17:46 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 18 Feb 2016 16:46:40 +0000 (17:46 +0100)
This allows us to generate a random config which can be used for build
testing random configurations.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/Makefile

index 5d98bcbf2f9a76ca69917ff3c309471174f719b7..349f63aebd07840af038aaf644ada259c524d00c 100644 (file)
@@ -238,7 +238,8 @@ FORCE:
        $(MAKE) -f $(BASEDIR)/Rules.mk -C $* built_in.o built_in_bin.o
 
 kconfig := silentoldconfig oldconfig config menuconfig defconfig \
-       nconfig xconfig gconfig savedefconfig listnewconfig olddefconfig
+       nconfig xconfig gconfig savedefconfig listnewconfig olddefconfig \
+       randconfig
 .PHONY: $(kconfig)
 $(kconfig):
        $(MAKE) -f $(BASEDIR)/tools/kconfig/Makefile.kconfig ARCH=$(ARCH) SRCARCH=$(SRCARCH) $@