Searched refs:targets (Results 1 – 10 of 10) sorted by relevance
/scripts/ |
D | Makefile.build | 19 targets := 77 mod-targets := $(patsubst %.o, %.mod, $(obj-m)) 294 targets += $(mod-targets) 368 targets += $(filter-out $(subdir-obj-y), $(real-obj-y)) $(real-obj-m) $(lib-y) 369 targets += $(extra-y) $(MAKECMDGOALS) $(always) 423 targets += $(builtin-target) 447 targets += $(lib-target) 470 targets += $(obj)/lib-ksyms.o 493 targets += $(multi-used-m) 494 targets := $(filter-out $(PHONY), $(targets)) [all …]
|
D | Makefile.modfinal | 60 targets += $(modules) $(modules:.ko=.mod.o) 73 existing-targets := $(wildcard $(sort $(targets))) 75 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
D | Kbuild.include | 28 # real prerequisites without phony targets 194 # will delete incomplete targets), and resume it later. 198 # Make dies with SIGPIPE before cleaning the targets. 205 # Of course, this is unneeded for phony targets. 240 # PHONY targets skipped in both cases. 270 # (6) - due to target not in $(targets) 271 # (1) PHONY targets are always build 278 # (6) No dir/.target.cmd file and target not listed in $(targets) 287 $(if $(filter $@, $(targets)), \ 289 - due to $(notdir $@) not in $$(targets) \
|
D | Makefile.clean | 31 $(always) $(targets) $(clean-files) \
|
D | Makefile.lib | 72 targets := $(addprefix $(obj)/,$(targets))
|
D | Makefile.host | 180 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
|
/scripts/mod/ |
D | Makefile | 15 targets += $(devicetable-offsets-file) devicetable-offsets.s 28 targets += elfconfig.h
|
/scripts/kconfig/ |
D | mconf.c | 359 struct menu **targets; member 378 data->targets[k] = pos->target; in update_text() 434 struct menu *targets[JUMP_NB]; in search_conf() local 438 .targets = targets, in search_conf() 452 conf(targets[i]->parent, targets[i]); in search_conf()
|
D | Makefile | 68 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \ 70 PHONY += $(simple-targets) 72 $(simple-targets): $(obj)/conf
|
/scripts/gcc-plugins/ |
D | Makefile | 24 targets = randomize_layout_seed.h randomize_layout_hash.h macro
|