Searched refs:subdir (Results 1 – 20 of 20) sorted by relevance
| /u-boot/scripts/ |
| A D | Makefile.clean | 21 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 D | Makefile.lib | 10 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 D | make_pip.sh | 81 for subdir in $(find . -maxdepth 1 -type d | \ 83 pathname="${dest}/${subdir}" 85 cp -a ${subdir} ${pathname}
|
| A D | Makefile.build | 33 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 D | Makefile | 12 subdir- += basic kconfig dtc
|
| /u-boot/examples/ |
| A D | Makefile | 6 subdir-ccflags-y += -finstrument-functions -DFTRACE 9 subdir-y += standalone 10 subdir-$(CONFIG_API) += api
|
| /u-boot/boot/ |
| A D | bootmeth_pxe.c | 88 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 D | bootmeth_script.c | 98 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 D | bootflow.c | 428 free(bflow->subdir); in bootflow_free()
|
| A D | bootmeth-uclass.c | 360 snprintf(path, sizeof(path), "%s%s", bflow->subdir, fname); in bootmeth_alloc_other()
|
| /u-boot/scripts/dtc/ |
| A D | Makefile | 22 subdir-$(CONFIG_PYLIBFDT) += pylibfdt
|
| /u-boot/dts/ |
| A D | Makefile | 66 subdir- += ../arch/arm/dts ../arch/microblaze/dts ../arch/mips/dts ../arch/sandbox/dts ../arch/x86/…
|
| /u-boot/include/ |
| A D | bootflow.h | 95 char *subdir; member
|
| /u-boot/tools/ |
| A D | Makefile | 34 subdir-$(HOST_TOOLS_ALL) += gdb 327 subdir- += env
|
| /u-boot/arch/sandbox/cpu/ |
| A D | os.c | 888 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 D | bootflow.c | 322 printf("Subdir: %s\n", bflow->subdir ? bflow->subdir : "(none)"); in do_bootflow_info()
|
| /u-boot/doc/ |
| A D | Makefile | 5 subdir-y :=
|
| /u-boot/tools/buildman/ |
| A D | toolchain.py | 326 for subdir in ['.', 'bin', 'usr/bin']: 327 dirname = os.path.join(path, subdir)
|
| /u-boot/doc/develop/ |
| A D | makefiles.rst | 319 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 D | Makefile | 166 subdir-ccflags-$(CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED) += -O2
|
Completed in 33 milliseconds