Home
last modified time | relevance | path

Searched refs:srctree (Results 1 – 12 of 12) sorted by relevance

/scripts/kconfig/
A DMakefile52 $(Q)perl $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
86 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),)
91 $(Q)$(MAKE) -f $(srctree)/Makefile $(KBUILD_DEFCONFIG)
96 …$(Q)$(CPP) -nostdinc -P -I $(srctree) -undef -x assembler-with-cpp $(srctree)/arch/$(SRCARCH)/conf…
104 configfiles=$(wildcard $(srctree)/kernel/configs/$@ \
105 $(srctree)/arch/$(SRCARCH)/configs/$@ \
106 $(shell find $(srctree)/board -name "$@"))
110 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m .config $(configfiles)
111 +$(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig
123 $(Q)$(MAKE) -f $(srctree)/Makefile allnoconfig tiny.config
[all …]
/scripts/
A Dsetlocalversion26 srctree=.
28 srctree=$1
75 cd "$srctree"
184 if test ! "$srctree" -ef .; then
185 file_localversion="${file_localversion}$(collect_files "$srctree"/localversion*)"
A DMakefile.dts8 dt_dir := $(srctree)/dts/upstream/src/arm64
10 dt_dir := $(srctree)/dts/upstream/src/$(ARCH)
A Dcoccicheck76 OPTIONS="--dir $srctree $COCCIINCLUDE"
83 OPTIONS="--patch $srctree $OPTIONS"
197 FILE=`echo $COCCI | sed "s|$srctree/||"`
251 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
A DMakefile.xpl20 include $(srctree)/scripts/Kbuild.include
85 include $(srctree)/config.mk
86 include $(srctree)/arch/$(ARCH)/Makefile
88 include $(srctree)/scripts/Makefile.lib
177 LDSCRIPT := $(addprefix $(srctree)/,$(CONFIG_SPL_LDSCRIPT:"%"=%))
182 LDSCRIPT := $(srctree)/board/$(BOARDDIR)/u-boot-spl.lds
185 LDSCRIPT := $(srctree)/$(CPUDIR)/u-boot-spl.lds
188 LDSCRIPT := $(srctree)/arch/$(ARCH)/cpu/u-boot-spl.lds
198 -include $(srctree)/include/u-boot/u-boot.lds.h \
249 ( cd $(srctree) && test -r $(CONFIG_PMUFW_INIT_FILE) ) \
[all …]
A DMakefile.autoconf39 $(if $(KBUILD_SRC), -I$(srctree)/include) \
40 -I$(srctree)/arch/$(ARCH)/include \
41 -include $(srctree)/include/linux/kconfig.h
63 sed -n -f $(srctree)/tools/scripts/define2mk.sed $< | \
A DMakefile.build55 kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))
108 cmd_checkdoc = $(srctree)/scripts/kernel-doc -none $<
212 recordmcount_source := $(srctree)/scripts/recordmcount.c \
213 $(srctree)/scripts/recordmcount.h
215 sub_cmd_record_mcount = perl $(srctree)/scripts/recordmcount.pl "$(ARCH)" \
221 recordmcount_source := $(srctree)/scripts/recordmcount.pl
267 $(CONFIG_SHELL) $(srctree)/scripts/gen_ksymdeps.sh $@ >> $(dot-target).cmd
309 $(CONFIG_SHELL) $(srctree)/scripts/makelst $*.o \
366 ASM_PROTOTYPES := $(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/asm-prototypes.h)
A DKbuild.include150 cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh $(CC))
157 binutils-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/binutils-version.sh $(AS))
158 dtc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/dtc-version.sh $(DTC))
176 ld-version = $(shell $(LD) --version | $(srctree)/scripts/ld-version.sh)
188 build := -f $(srctree)/scripts/Makefile.build obj
194 modbuiltin := -f $(srctree)/scripts/Makefile.modbuiltin obj
200 dtbinst := -f $(srctree)/scripts/Makefile.dtbinst obj
206 clean := -f $(srctree)/scripts/Makefile.clean obj
212 hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj
214 # Prefix -I with $(srctree) if it is not an absolute path.
[all …]
A DMakefile.clean14 kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))
39 $(if $(wildcard $(srctree)/$f/Makefile),$f))
A DKconfig.include34 gcc-version := $(shell,$(srctree)/scripts/gcc-version.sh -p $(CC) | sed 's/^0*//')
A DMakefile.lib198 u_boot_dtsi_loc = $(srctree)/arch/$(ARCH)/dts/
/scripts/dtc/pylibfdt/
A DMakefile6 LIBFDT_srcdir = $(abspath $(srctree)/$(src)/../libfdt)

Completed in 20 milliseconds