Lines Matching refs:config
24 /lib/modules/$(kernel-release)/.config \
25 /etc/kernel-config \
26 /boot/config-$(kernel-release)
41 config-prog := conf
56 $(foreach c, config menuconfig nconfig gconfig xconfig, $(eval $(call config_rule,$(c))))
60 $(Q)$(PERL) $(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
61 $(Q)if [ -f .config ]; then \
62 cmp -s .tmp.config .config || \
63 (mv -f .config .config.old.1; \
64 mv -f .tmp.config .config; \
66 mv -f .config.old.1 .config.old) \
68 mv -f .tmp.config .config; \
71 $(Q)rm -f .tmp.config
105 all-config-fragments = $(call configfiles,*.config)
106 config-fragments = $(call configfiles,$@)
108 cmd_merge_fragments = $(srctree)/scripts/kconfig/merge_config.sh -m $(KCONFIG_CONFIG) $(config-frag…
110 %.config: $(obj)/conf
111 $(if $(config-fragments),, $(error $@ fragment does not exists on this architecture))
117 $(Q)KCONFIG_ALLCONFIG=kernel/configs/tiny-base.config $(MAKE) -f $(srctree)/Makefile allnoconfig
118 $(Q)$(MAKE) -f $(srctree)/Makefile tiny.config
159 @$(foreach f, $(all-config-fragments), \