Lines Matching refs:targets
39 --- 6.6 Building non-kbuild targets
81 any built-in or modular targets.
746 Kbuild knows targets listed in $(hostprogs-y), $(hostprogs-m), $(always),
747 $(extra-y) and $(targets). They are all deleted during "make clean".
816 a few targets.
824 init-* core* drivers-* net-* libs-* and build all targets.
1048 There are no rules for naming architecture-specific targets,
1049 but executing "make help" will list all relevant targets.
1072 --- 6.6 Building non-kbuild targets
1076 extra-y specifies additional targets created in the current
1077 directory, in addition to any targets specified by obj-*.
1079 Listing all targets in extra-y is required for two purposes:
1109 Any target that utilises if_changed must be listed in $(targets),
1112 Assignments to $(targets) are without $(obj)/ prefix.
1139 targets += setup setup.o bootsect bootsect.o
1143 In this example, there are two possible targets, requiring different
1146 $(targets) are assigned all potential targets, by which kbuild knows
1147 the targets and will:
1153 Note: It is a common mistake to forget the "targets :=" assignment,
1163 To use this command, simply add *.dtb into obj-y or targets, or make
1170 targets += $(dtb-y)
1189 targets += bzImage
1363 Use this for architecture-specific install targets.