Lines Matching refs:srctree
42 $(Q)perl $< --$@ $(srctree) $(Kconfig) > .tmp.config
62 --files-from=$(srctree)/scripts/kconfig/POTFILES.in \
63 --directory=$(srctree) --directory=$(objtree) \
66 $(Q)(for i in `ls $(srctree)/arch/*/Kconfig \
67 $(srctree)/arch/*/um/Kconfig`; \
100 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),)
105 $(Q)$(MAKE) -f $(srctree)/Makefile $(KBUILD_DEFCONFIG)
112 configfiles=$(wildcard $(srctree)/kernel/configs/$@ $(srctree)/arch/$(SRCARCH)/configs/$@)
116 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m .config $(configfiles)
117 +$(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig
129 $(Q)$(MAKE) -f $(srctree)/Makefile allnoconfig tiny.config
158 check-lxdialog := $(srctree)/$(src)/lxdialog/check-lxdialog.sh
204 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(srctree)/$(src)/check.sh $(HOSTCC) $(HOSTCFLAGS))
293 $(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \