Lines Matching full:example

147 	Example::
157 Example::
187 Example::
205 Example::
210 Note: In this example $(CONFIG_ISDN_PPP_BSDCOMP) evaluates to 'm'
218 Example::
224 In this example, the module name will be isdn.o. Kbuild will
232 Example::
241 In this example, xattr.o, xattr_user.o and xattr_trusted.o are only
268 Example::
294 Example::
360 Example::
383 Example::
401 Example::
413 Example::
420 Example::
432 Example::
440 Example::
454 Example::
467 Example::
491 not provide the required support. A typical example is
493 Another example are the architecture-specific Makefiles which
513 Example::
534 Example::
549 Example::
624 Example::
629 In the above example, cflags-y will be assigned the option
644 Example::
649 In the above example, cflags-y will be assigned the option
659 Example::
666 In the above example, $(biarch) is set to y if $(CC) supports the -m32
678 Example::
682 In the above example, -Wno-unused-but-set-variable will be added to
690 Example::
695 In this example, ccflags-y will be assigned the value -O1 if the
699 The third parameter may be a text as in this example, but it may also
716 Example::
734 Example::
753 Example::
782 Example::
786 Kbuild assumes in the above example that bin2hex is made from a single
799 Example::
806 files. In the above example, checklist.c is compiled to checklist.o
819 Example::
825 In the example above the executable is composed of the C++ file
831 Example::
847 Example::
855 Example::
862 Example::
879 Example::
896 Example::
925 Example::
929 Kbuild assumes in the above example that bpf-direct is made from a
942 Example::
949 files. In the above example, bpf-fancy.c is compiled to bpf-fancy.o
964 Example::
972 Example::
978 Example::
993 Example::
1003 Example::
1029 Example::
1045 Example::
1056 Example::
1112 Example::
1127 Example::
1140 Example::
1149 In this example, the binary $(obj)/image is a binary version of
1158 Example::
1171 Example::
1192 The first example utilises the trick that a config option expands
1267 Example::
1272 In this example, the file target maketools will be processed
1303 Example::
1332 Example::
1346 Example::
1361 Example::
1377 Example::
1387 In this example, there are two possible targets, requiring different
1412 Example::
1430 Example::
1444 Example::
1487 For example, powerpc uses this to check relocation sanity of
1524 Example::
1543 Example: termios.h::
1556 Example::
1612 For example, you can pass in ARCH=i386, ARCH=x86_64, or ARCH=x86.