Lines Matching refs:config
6 PHONY += xconfig gconfig menuconfig config localmodconfig localyesconfig \
35 config: $(obj)/conf target
50 $(Q)perl $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
51 $(Q)if [ -f .config ]; then \
52 cmp -s .tmp.config .config || \
53 (mv -f .config .config.old.1; \
54 mv -f .tmp.config .config; \
56 mv -f .config.old.1 .config.old) \
58 mv -f .tmp.config .config; \
61 $(Q)rm -f .tmp.config
94 %.config: $(obj)/conf
96 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m .config $(configfiles)
100 kvmconfig: kvm_guest.config
104 xenconfig: xen.config
109 $(Q)$(MAKE) -f $(srctree)/Makefile allnoconfig tiny.config