Lines Matching full:example

145 	Example::
155 Example::
185 Example::
203 Example::
208 Note: In this example $(CONFIG_ISDN_PPP_BSDCOMP) evaluates to 'm'
216 Example::
222 In this example, the module name will be isdn.o. Kbuild will
230 Example::
239 In this example, xattr.o, xattr_user.o and xattr_trusted.o are only
272 Example::
298 Example::
337 Example::
349 Example::
356 Example::
368 Example::
376 Example::
390 Example::
405 Example::
429 not provide the required support. A typical example is
431 Another example are the architecture-specific Makefiles which
451 Example::
472 Example::
494 Example::
499 In the above example, cflags-y will be assigned the option
514 Example::
519 In the above example, cflags-y will be assigned the option
529 Example::
536 In the above example, $(biarch) is set to y if $(CC) supports the -m32
548 Example::
552 In the above example, -Wno-unused-but-set-variable will be added to
560 Example::
565 In this example, ccflags-y will be assigned the value -O1 if the
569 The third parameter may be a text as in this example, but it may also
586 Example::
604 Example::
623 Example::
652 Example::
656 Kbuild assumes in the above example that bin2hex is made from a single
669 Example::
676 files. In the above example, checklist.c is compiled to checklist.o
689 Example::
695 In the example above the executable is composed of the C++ file
701 Example::
717 Example::
725 Example::
732 Example::
749 Example::
766 Example::
795 Example::
799 Kbuild assumes in the above example that bpf-direct is made from a
812 Example::
819 files. In the above example, bpf-fancy.c is compiled to bpf-fancy.o
834 Example::
842 Example::
848 Example::
863 Example::
873 Example::
899 Example::
915 Example::
926 Example::
982 Example::
997 Example::
1010 Example::
1019 In this example, the binary $(obj)/image is a binary version of
1028 Example::
1041 Example::
1062 The first example utilises the trick that a config option expands
1137 Example::
1142 In this example, the file target maketools will be processed
1175 Example::
1202 Example::
1216 Example::
1231 Example::
1253 Example::
1258 In this example, extra-y is used to list object files that
1306 Example::
1316 In this example, there are two possible targets, requiring different
1341 Example::
1359 Example::
1375 Example::
1403 Example::
1449 For example, powerpc uses this to check relocation sanity of
1486 Example::
1505 Example: termios.h::
1518 Example::