Lines Matching refs:Q
50 $(Q)$$< $(silent) $(Kconfig)
60 $(Q)$(PERL) $(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
61 $(Q)if [ -f .config ]; then \
71 $(Q)rm -f .tmp.config
85 $(Q)$< $(silent) --$@ $(Kconfig)
90 $(Q)$< $(silent) --$@=defconfig $(Kconfig)
95 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
98 $(Q)$(MAKE) -f $(srctree)/Makefile $(KBUILD_DEFCONFIG)
102 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
113 $(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
117 $(Q)KCONFIG_ALLCONFIG=kernel/configs/tiny-base.config $(MAKE) -f $(srctree)/Makefile allnoconfig
118 $(Q)$(MAKE) -f $(srctree)/Makefile tiny.config
123 $(Q)$(PYTHON3) -B -m pytest $(src)/tests \