Home
last modified time | relevance | path

Searched refs:subdir (Results 1 – 20 of 20) sorted by relevance

/u-boot/scripts/
A DMakefile.clean21 subdir-y += $(__subdir-y)
23 subdir-m += $(__subdir-m)
25 subdir- += $(__subdir-)
29 subdir-ym := $(sort $(subdir-y) $(subdir-m))
30 subdir-ymn := $(sort $(subdir-ym) $(subdir-))
34 subdir-ymn := $(addprefix $(obj)/,$(subdir-ymn))
38 subdir-ymn := $(foreach f, $(subdir-ymn), \
74 __clean: $(subdir-ymn)
91 PHONY += $(subdir-ymn)
92 $(subdir-ymn):
A DMakefile.lib10 export KBUILD_SUBDIR_ASFLAGS := $(KBUILD_SUBDIR_ASFLAGS) $(subdir-asflags-y)
11 export KBUILD_SUBDIR_CCFLAGS := $(KBUILD_SUBDIR_CCFLAGS) $(subdir-ccflags-y)
40 subdir-y += $(__subdir-y)
42 subdir-m += $(__subdir-m)
48 subdir-ym := $(sort $(subdir-y) $(subdir-m))
63 subdir-obj-y := $(filter %/built-in.o, $(obj-y))
66 real-objs-y := $(foreach m, $(filter-out $(subdir-obj-y), $(obj-y)), $(if $(strip $($(m:.o=-objs)) …
78 subdir-obj-y := $(addprefix $(obj)/,$(subdir-obj-y))
86 subdir-ym := $(addprefix $(obj)/,$(subdir-ym))
A Dmake_pip.sh81 for subdir in $(find . -maxdepth 1 -type d | \
83 pathname="${dest}/${subdir}"
85 cp -a ${subdir} ${pathname}
A DMakefile.build33 subdir-y :=
34 subdir-m :=
44 subdir-asflags-y :=
45 subdir-ccflags-y :=
81 ifneq ($(strip $(obj-y) $(obj-m) $(obj-) $(subdir-m) $(lib-target)),)
91 $(subdir-ym) $(always)
319 $(sort $(subdir-obj-y)): $(subdir-ym) ;
347 $(modorder-target): $(subdir-ym) FORCE
395 PHONY += $(subdir-ym)
396 $(subdir-ym):
A DMakefile12 subdir- += basic kconfig dtc
/u-boot/examples/
A DMakefile6 subdir-ccflags-y += -finstrument-functions -DFTRACE
9 subdir-y += standalone
10 subdir-$(CONFIG_API) += api
/u-boot/boot/
A Dbootmeth_pxe.c88 bflow->subdir = malloc(path_len + 1); in extlinux_pxe_read_bootflow()
89 memcpy(bflow->subdir, bootdir, path_len); in extlinux_pxe_read_bootflow()
90 bflow->subdir[path_len] = '\0'; in extlinux_pxe_read_bootflow()
94 bflow->subdir ? bflow->subdir : "", EXTLINUX_FNAME); in extlinux_pxe_read_bootflow()
151 bflow->subdir, false); in extlinux_pxe_boot()
A Dbootmeth_script.c98 bflow->subdir = strdup(prefix ? prefix : ""); in script_read_bootflow_file()
99 if (!bflow->subdir) in script_read_bootflow_file()
199 ret = env_set("prefix", bflow->subdir); in script_boot()
A Dbootflow.c428 free(bflow->subdir); in bootflow_free()
A Dbootmeth-uclass.c360 snprintf(path, sizeof(path), "%s%s", bflow->subdir, fname); in bootmeth_alloc_other()
/u-boot/scripts/dtc/
A DMakefile22 subdir-$(CONFIG_PYLIBFDT) += pylibfdt
/u-boot/dts/
A DMakefile66 subdir- += ../arch/arm/dts ../arch/microblaze/dts ../arch/mips/dts ../arch/sandbox/dts ../arch/x86/…
/u-boot/include/
A Dbootflow.h95 char *subdir; member
/u-boot/tools/
A DMakefile34 subdir-$(HOST_TOOLS_ALL) += gdb
327 subdir- += env
/u-boot/arch/sandbox/cpu/
A Dos.c888 char subdir[10]; in os_find_u_boot() local
917 snprintf(subdir, sizeof(subdir), "/%s/", cur_prefix); in os_find_u_boot()
918 p = strstr(fname, subdir); in os_find_u_boot()
/u-boot/cmd/
A Dbootflow.c322 printf("Subdir: %s\n", bflow->subdir ? bflow->subdir : "(none)"); in do_bootflow_info()
/u-boot/doc/
A DMakefile5 subdir-y :=
/u-boot/tools/buildman/
A Dtoolchain.py326 for subdir in ['.', 'bin', 'usr/bin']:
327 dirname = os.path.join(path, subdir)
/u-boot/doc/develop/
A Dmakefiles.rst319 Kbuild also supports dedicated syntax, subdir-y and subdir-m, for
327 subdir-$(CONFIG_GCC_PLUGINS) += gcc-plugins
328 subdir-$(CONFIG_MODVERSIONS) += genksyms
329 subdir-$(CONFIG_SECURITY_SELINUX) += selinux
331 Unlike obj-y/m, subdir-y/m does not need the trailing slash since this
428 subdir-ccflags-y, subdir-asflags-y
432 Options specified using subdir-* are added to the commandline before
433 the options specified using the non-subdir variants.
437 subdir-ccflags-y := -Werror
1051 subdir- := compressed
[all …]
/u-boot/lib/
A DMakefile166 subdir-ccflags-$(CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED) += -O2

Completed in 33 milliseconds