Lines Matching refs:targets

34 any built-in or modular targets.
276 Non-builtin vmlinux targets - extra-y
279 extra-y specifies targets which are needed for building vmlinux,
294 $(extra-y) should only contain targets needed for vmlinux.
299 If you intend to build targets unconditionally, always-y (explained
305 always-y specifies targets which are literally always built when
508 Any target that utilizes if_changed must be listed in $(targets),
514 automatically adds it to $(targets). Otherwise, the target must be
515 explicitly added to $(targets).
517 Assignments to $(targets) are without $(obj)/ prefix. if_changed may be
979 Kbuild knows targets listed in $(hostprogs), $(always-y), $(always-m),
980 $(always-), $(extra-y), $(extra-) and $(targets). They are all deleted
1030 a few targets.
1043 init-* core* drivers-* net-* libs-* and build all targets.
1072 the flags used. See `Non-builtin vmlinux targets - extra-y`_.
1319 There are no rules for naming architecture-specific targets,
1320 but executing ``make help`` will list all relevant targets.
1362 targets += setup setup.o bootsect bootsect.o
1366 In this example, there are two possible targets, requiring different
1370 $(targets) are assigned all potential targets, by which kbuild knows
1371 the targets and will:
1380 It is a common mistake to forget the ``targets :=`` assignment,
1405 To use this command, simply add ``*.dtb`` into obj-y or targets, or make
1413 targets += $(dtb-y)
1471 .tmp_vmlinux? targets to be called from link-vmlinux.sh.
1607 Use this for architecture-specific install targets.