| /rk3399_rockchip-uboot/scripts/ |
| H A D | Makefile.build | 30 targets := 318 targets += $(real-objs-y) $(real-objs-m) $(lib-y) 319 targets += $(extra-y) $(MAKECMDGOALS) $(always) 361 targets += $(builtin-target) 387 targets += $(lib-target) 417 targets += $(multi-used-y) $(multi-used-m) 439 targets := $(wildcard $(sort $(targets))) 440 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
| H A D | Kbuild.include | 253 # PHONY targets skipped in both cases. 287 # (6) - due to target not in $(targets) 288 # (1) PHONY targets are always build 295 # (6) No dir/.target.cmd file and target not listed in $(targets) 304 $(if $(filter $@, $(targets)), \ 306 - due to $(notdir $@) not in $$(targets) \
|
| H A D | Makefile.lib | 79 targets := $(addprefix $(obj)/,$(targets))
|
| H A D | Makefile.clean | 47 $(always) $(targets) $(clean-files) \
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | genboardscfg.py | 331 targets = [] 348 targets.append(front) 352 for target in targets: 354 targets = [] 357 if targets: 358 for target in targets:
|
| /rk3399_rockchip-uboot/board/armltd/integrator/ |
| H A D | README | 38 The makefile contains targets for Integrator platforms of both types 39 fitted with all current variants of CM. If these targets are to be used with 43 There are also targets independent of CM. These may not be suitable for 68 The U-Boot make targets map to the available core modules as below. 82 The final groups of targets are for core modules where no explicit cpu 101 The Makefile targets call board/integrator<>/split_by_variant.sh
|
| /rk3399_rockchip-uboot/drivers/demo/ |
| H A D | Kconfig | 17 a message when the 'demo hello' command is executed which targets 26 a shape when the 'demo hello' command is executed which targets
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | Makefile | 198 targets += config_data.gz 202 targets += config_data_gz.h 206 targets += config_data_size.h 213 targets += license_data.gz 217 targets += license_data_gz.h 221 targets += license_data_size.h
|
| /rk3399_rockchip-uboot/arch/nios2/dts/ |
| H A D | Makefile | 7 targets += $(dtb-y)
|
| /rk3399_rockchip-uboot/arch/microblaze/dts/ |
| H A D | Makefile | 7 targets += $(dtb-y)
|
| /rk3399_rockchip-uboot/arch/sandbox/dts/ |
| H A D | Makefile | 8 targets += $(dtb-y)
|
| /rk3399_rockchip-uboot/arch/nds32/dts/ |
| H A D | Makefile | 7 targets += $(dtb-y)
|
| /rk3399_rockchip-uboot/arch/xtensa/dts/ |
| H A D | Makefile | 7 targets += $(dtb-y)
|
| /rk3399_rockchip-uboot/arch/ |
| H A D | Kconfig | 148 This is optional. For those targets without the CPU directory, 157 This is optional. For those targets without the SoC directory, 170 This is optional. For those targets without the vendor directory, 181 This is optional. For those targets without the board directory,
|
| /rk3399_rockchip-uboot/arch/arc/dts/ |
| H A D | Makefile | 11 targets += $(dtb-y)
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | mconf.c | 360 struct menu **targets; member 379 data->targets[k] = pos->target; in update_text() 435 struct menu *targets[JUMP_NB]; in search_conf() local 439 .targets = targets, in search_conf() 453 conf(targets[i]->parent, targets[i]); in search_conf()
|
| H A D | Makefile | 90 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \ 92 PHONY += $(simple-targets) 94 $(simple-targets): $(obj)/conf
|
| /rk3399_rockchip-uboot/ |
| H A D | Kbuild | 39 targets := lib/asm-offsets.s 58 targets += arch/$(ARCH)/lib/asm-offsets.s
|
| H A D | Makefile | 434 no-dot-config-targets := clean clobber mrproper distclean \ 438 config-targets := 0 439 mixed-targets := 0 442 ifneq ($(filter $(no-dot-config-targets), $(MAKECMDGOALS)),) 443 ifeq ($(filter-out $(no-dot-config-targets), $(MAKECMDGOALS)),) 450 config-targets := 1 452 mixed-targets := 1 457 ifeq ($(mixed-targets),1) 474 ifeq ($(config-targets),1) 1742 targets := $(wildcard $(sort $(targets))) macro [all …]
|
| /rk3399_rockchip-uboot/arch/x86/dts/ |
| H A D | Makefile | 23 targets += $(dtb-y)
|
| /rk3399_rockchip-uboot/post/lib_powerpc/fpu/ |
| H A D | Makefile | 10 targets += $(objs-before-objcopy)
|
| /rk3399_rockchip-uboot/arch/mips/dts/ |
| H A D | Makefile | 19 targets += $(dtb-y)
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | Makefile | 33 targets += $(patsubst $(obj)/%,%,$(LIB)) $(COBJS) $(LIBOBJS-y)
|
| /rk3399_rockchip-uboot/examples/api/ |
| H A D | Makefile | 47 targets += $(OBJS)
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.lynxkdi | 19 The following targets have been tested:
|