Lines Matching refs:objects
202 compile the objects listed in $(isdn-y) and then run
205 Due to kbuild recognizing $(<module_name>-y) for composite objects,
221 Note: Of course, when you are building objects into the kernel,
235 There is also the possibility to list objects that will
237 All objects listed with lib-y are combined in a single
242 For consistency, objects listed in lib-m will be included in lib.a.
261 A Makefile is only responsible for building objects in its own
629 Host programs can be made up based on composite objects.
630 The syntax used to define composite objects for host programs is
631 similar to the syntax used for kernel objects.
632 $(<executable>-objs) lists all objects used to link the final
828 The very first objects linked are listed in head-y, assigned by
1002 $(head-y) lists objects to be linked first in vmlinux.
1007 $(init-y) objects will be located after $(head-y).