Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 43) sorted by relevance

12

/rk3399_rockchip-uboot/scripts/
H A DMakefile.build30 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 DKbuild.include253 # 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 DMakefile.lib79 targets := $(addprefix $(obj)/,$(targets))
H A DMakefile.clean47 $(always) $(targets) $(clean-files) \
/rk3399_rockchip-uboot/tools/
H A Dgenboardscfg.py331 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 DREADME38 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 DKconfig17 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 DMakefile198 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 DMakefile7 targets += $(dtb-y)
/rk3399_rockchip-uboot/arch/microblaze/dts/
H A DMakefile7 targets += $(dtb-y)
/rk3399_rockchip-uboot/arch/sandbox/dts/
H A DMakefile8 targets += $(dtb-y)
/rk3399_rockchip-uboot/arch/nds32/dts/
H A DMakefile7 targets += $(dtb-y)
/rk3399_rockchip-uboot/arch/xtensa/dts/
H A DMakefile7 targets += $(dtb-y)
/rk3399_rockchip-uboot/arch/
H A DKconfig148 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 DMakefile11 targets += $(dtb-y)
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dmconf.c360 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 DMakefile90 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
92 PHONY += $(simple-targets)
94 $(simple-targets): $(obj)/conf
/rk3399_rockchip-uboot/
H A DKbuild39 targets := lib/asm-offsets.s
58 targets += arch/$(ARCH)/lib/asm-offsets.s
H A DMakefile434 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 DMakefile23 targets += $(dtb-y)
/rk3399_rockchip-uboot/post/lib_powerpc/fpu/
H A DMakefile10 targets += $(objs-before-objcopy)
/rk3399_rockchip-uboot/arch/mips/dts/
H A DMakefile19 targets += $(dtb-y)
/rk3399_rockchip-uboot/examples/standalone/
H A DMakefile33 targets += $(patsubst $(obj)/%,%,$(LIB)) $(COBJS) $(LIBOBJS-y)
/rk3399_rockchip-uboot/examples/api/
H A DMakefile47 targets += $(OBJS)
/rk3399_rockchip-uboot/doc/
H A DREADME.lynxkdi19 The following targets have been tested:

12