Searched refs:srctree (Results 1 - 25 of 51) sorted by relevance

123

/u-boot/tools/
H A Dimx9_image.sh12 tmp=$srctree/$f
H A Dimx_cntr_image.sh12 tmp=$srctree/$f
/u-boot/board/xilinx/zynq/
H A DMakefile9 PS_INIT_FILE := $(shell cd $(srctree); readlink -f $(CONFIG_XILINX_PS_INIT_FILE))
12 $(CC) $(c_flags) -I $(srctree)/$(src) -c -o $@ $^
22 init-objs := $(if $(wildcard $(srctree)/$(src)/$(hw-platform-y)/ps7_init_gpl.c),\
27 ifneq ($(wildcard $(srctree)/$(src)/ps7_init_gpl.c),)
45 CFLAGS_ps7_init_gpl.o := -I$(srctree)/$(src)
/u-boot/board/xilinx/zynqmp/
H A DMakefile9 PS_INIT_FILE := $(shell cd $(srctree); readlink -f $(CONFIG_XILINX_PS_INIT_FILE))
12 $(CC) $(c_flags) -I $(srctree)/$(src) -c -o $@ $^
22 init-objs := $(if $(wildcard $(srctree)/$(src)/$(hw-platform-y)/psu_init_gpl.c),\
27 ifneq ($(wildcard $(srctree)/$(src)/psu_init_gpl.c),)
39 $(obj)/pm_cfg_obj.o: $(shell cd $(srctree); readlink -f $(CONFIG_ZYNQMP_SPL_PM_CFG_OBJ_FILE)) FORCE
51 CFLAGS_psu_init_gpl.o := -I$(srctree)/$(src)
/u-boot/drivers/bios_emulator/
H A DMakefile13 ccflags-y := -I$(srctree)/$(src) -I$(srctree)/$(src)/include \
/u-boot/board/synopsys/iot_devkit/
H A Dconfig.mk3 LDSCRIPT = $(srctree)/board/synopsys/iot_devkit/u-boot.lds
/u-boot/dts/upstream/Bindings/
H A DMakefile28 find_all_cmd = find $(srctree)/$(src) \( -name '*.yaml' ! \
32 sed 's|^$(srctree)/||' | \
34 sed 's|^|$(srctree)/|'
40 $(DT_SCHEMA_LINT) -f parsable -c $(srctree)/$(src)/.yamllint >&2) || true
44 xargs -n200 -P$$(nproc) $(DT_DOC_CHECKER) -u $(srctree)/$(src)) || true
58 DT_DOCS = $(patsubst $(srctree)/%,%,$(shell $(find_all_cmd)))
74 always-$(CHECK_DT_BINDING) += $(patsubst $(srctree)/$(src)/%.yaml,%.example.dts, $(CHK_DT_DOCS))
75 always-$(CHECK_DT_BINDING) += $(patsubst $(srctree)/$(src)/%.yaml,%.example.dtb, $(CHK_DT_DOCS))
83 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xarg
[all...]
/u-boot/arch/microblaze/dts/
H A DMakefile5 include $(srctree)/scripts/Makefile.dts
/u-boot/arch/nios2/dts/
H A DMakefile5 include $(srctree)/scripts/Makefile.dts
/u-boot/arch/sh/dts/
H A DMakefile3 include $(srctree)/scripts/Makefile.dts
/u-boot/arch/xtensa/dts/
H A DMakefile5 include $(srctree)/scripts/Makefile.dts
/u-boot/dts/upstream/src/arm/
H A DMakefile3 include $(srctree)/scripts/Makefile.dts
/u-boot/dts/upstream/src/arm64/
H A DMakefile3 include $(srctree)/scripts/Makefile.dts
/u-boot/tools/env/
H A DMakefile12 HOST_EXTRACFLAGS = -I$(srctree)/tools \
14 -idirafter $(srctree)/tools/env \
/u-boot/doc/
H A DMakefile11 _SPHINXDIRS = $(patsubst $(srctree)/doc/%/conf.py,%,$(wildcard $(srctree)/doc/*/conf.py))
37 KERNELDOC = $(srctree)/scripts/kernel-doc
38 KERNELDOC_CONF = -D kerneldoc_srctree=$(srctree) -D kerneldoc_bin=$(KERNELDOC)
51 # $5 reST source folder relative to $(srctree)/$(src),
57 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \
62 -c $(abspath $(srctree)/$(src)) \
66 $(abspath $(srctree)/$(src)/$5) \
111 $(Q)cd $(srctree);scripts/documentation-file-ref-check
/u-boot/lib/libfdt/
H A DMakefile18 ccflags-y := -I$(srctree)/scripts/dtc/libfdt \
/u-boot/doc/media/
H A DMakefile3 SRC_DIR=$(srctree)/doc/media
4 PARSER = $(srctree)/doc/sphinx/parse-headers.pl
5 API = $(srctree)/include
15 quiet_gen_rst = echo ' PARSE $(patsubst $(srctree)/%,%,$<)'; \
/u-boot/scripts/
H A Dsetlocalversion14 echo "Usage: $0 [--save-scmversion] [srctree]" >&2
19 srctree=.
25 srctree=$1
28 if test $# -gt 0 -o ! -d "$srctree"; then
37 cd "$srctree"
166 if test ! "$srctree" -ef .; then
167 res="$res$(collect_files "$srctree"/localversion*)"
/u-boot/scripts/kconfig/
H 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)/configs/$@ -o generated_defconfig
103 configfiles=$(wildcard $(srctree)/kernel/configs/$@ \
104 $(srctree)/arch/$(SRCARCH)/configs/$@ \
105 $(shell find $(srctree)/board -name "$@"))
109 $(Q)$(CONFIG_SHELL) $(srctree)/script
[all...]
/u-boot/arch/arc/dts/
H A DMakefile11 include $(srctree)/scripts/Makefile.dts
/u-boot/arch/sandbox/dts/
H A DMakefile11 include $(srctree)/scripts/Makefile.dts
/u-boot/arch/x86/cpu/
H A Dconfig.mk13 LDSCRIPT = $(srctree)/arch/x86/cpu/u-boot-64.lds
/u-boot/
H A Dconfig.mk43 sinclude $(srctree)/arch/$(ARCH)/config.mk # include architecture dependend rules
44 sinclude $(srctree)/$(CPUDIR)/config.mk # include CPU specific rules
47 sinclude $(srctree)/$(CPUDIR)/$(SOC)/config.mk # include SoC specific rules
59 sinclude $(srctree)/board/$(BOARDDIR)/config.mk # include board specific rules
/u-boot/tools/binman/
H A Dmain.py22 # Extract $(srctree) from Kbuild environment, or use relative paths below
23 srctree = os.environ.get('srctree', our2_path) variable
30 sys.pycache_prefix = os.path.relpath(our_path, srctree)
41 sys.path.insert(2, os.path.join(srctree, 'scripts/dtc/pylibfdt'))
42 sys.path.insert(2, os.path.join(srctree, 'build-sandbox/scripts/dtc/pylibfdt'))
43 sys.path.insert(2, os.path.join(srctree, 'build-sandbox_spl/scripts/dtc/pylibfdt'))
H A Dbinman22 # Extract $(srctree) from Kbuild environment, or use relative paths below
23 srctree = os.environ.get('srctree', our2_path)
30 sys.pycache_prefix = os.path.relpath(our_path, srctree)
41 sys.path.insert(2, os.path.join(srctree, 'scripts/dtc/pylibfdt'))
42 sys.path.insert(2, os.path.join(srctree, 'build-sandbox/scripts/dtc/pylibfdt'))
43 sys.path.insert(2, os.path.join(srctree, 'build-sandbox_spl/scripts/dtc/pylibfdt'))

Completed in 141 milliseconds

123