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::
865 Example::
875 Example::
901 Example::
917 Example::
928 Example::
984 Example::
999 Example::
1012 Example::
1021 In this example, the binary $(obj)/image is a binary version of
1030 Example::
1043 Example::
1064 The first example utilises the trick that a config option expands
1139 Example::
1144 In this example, the file target maketools will be processed
1177 Example::
1204 Example::
1218 Example::
1233 Example::
1255 Example::
1260 In this example, extra-y is used to list object files that
1308 Example::
1318 In this example, there are two possible targets, requiring different
1343 Example::
1361 Example::
1377 Example::
1405 Example::
1451 For example, powerpc uses this to check relocation sanity of
1488 Example::
1507 Example: termios.h::
1520 Example::