Lines Matching full:example

139 	Example::
149 Example::
179 Example::
197 Example::
202 Note: In this example $(CONFIG_ISDN_PPP_BSDCOMP) evaluates to 'm'
210 Example::
216 In this example, the module name will be isdn.o. Kbuild will
224 Example::
233 In this example, xattr.o, xattr_user.o and xattr_trusted.o are only
266 Example::
292 Example::
321 Example::
333 Example::
340 Example::
352 Example::
363 Example::
375 Example::
399 not provide the required support. A typical example is
401 Another example are the architecture-specific Makefiles which
421 Example::
442 Example::
464 Example::
469 In the above example, cflags-y will be assigned the option
484 Example::
489 In the above example, cflags-y will be assigned the option
499 Example::
506 In the above example, $(biarch) is set to y if $(CC) supports the -m32
518 Example::
522 In the above example, -Wno-unused-but-set-variable will be added to
530 Example::
535 In this example, ccflags-y will be assigned the value -O1 if the
539 The third parameter may be a text as in this example, but it may also
556 Example::
574 Example::
603 Example::
607 Kbuild assumes in the above example that bin2hex is made from a single
620 Example::
627 files. In the above example, checklist.c is compiled to checklist.o
640 Example::
646 In the example above the executable is composed of the C++ file
652 Example::
668 Example::
676 Example::
683 Example::
700 Example::
717 Example::
731 Example::
756 Example::
772 Example::
783 Example::
839 Example::
854 Example::
867 Example::
876 In this example, the binary $(obj)/image is a binary version of
885 Example::
898 Example::
919 The first example utilises the trick that a config option expands
994 Example::
999 In this example, the file target maketools will be processed
1032 Example::
1059 Example::
1073 Example::
1088 Example::
1110 Example::
1115 In this example, extra-y is used to list object files that
1180 Example::
1190 In this example, there are two possible targets, requiring different
1215 Example::
1233 Example::
1249 Example::
1276 Example::
1322 For example, powerpc uses this to check relocation sanity of
1359 Example::
1378 Example: termios.h::
1391 Example::