Lines Matching full:example

88 Example::
98 Example::
128 Example::
146 Example::
151 Note: In this example $(CONFIG_ISDN_PPP_BSDCOMP) evaluates to "m"
159 Example::
165 In this example, the module name will be isdn.o. Kbuild will
173 Example::
182 In this example, xattr.o, xattr_user.o and xattr_trusted.o are only
209 Example::
235 Example::
289 Example::
308 Example::
327 Example::
339 Example::
346 Example::
358 Example::
366 Example::
380 Example::
393 Example::
416 not provide the required support. A typical example is
418 Another example are the architecture-specific Makefiles which
438 Example::
473 Example::
488 Example::
563 Example::
568 In the above example, cflags-y will be assigned the option
583 Example::
588 In the above example, cflags-y will be assigned the option
598 Example::
605 In the above example, $(biarch) is set to y if $(CC) supports the -m32
618 Example::
622 In the above example, -Wno-unused-but-set-variable will be added to
629 Example::
633 In this example, cflags-y will be assigned the value -foo if $(CC) is gcc and
640 Example::
644 In this example, cflags-y will be assigned the value -foo if $(CC) is clang
664 Example::
683 Example::
702 Example::
733 Example::
737 Kbuild assumes in the above example that bin2hex is made from a single
750 Example::
757 files. In the above example, checklist.c is compiled to checklist.o
770 Example::
776 In the example above the executable is composed of the C++ file
782 Example::
797 Example::
816 Example::
824 Example::
831 Example::
849 Example::
866 Example::
895 Example::
899 Kbuild assumes in the above example that bpf-direct is made from a
912 Example::
919 files. In the above example, bpf-fancy.c is compiled to bpf-fancy.o
935 Example::
943 Example::
949 Example::
970 Example::
980 Example::
1006 Example::
1022 Example::
1084 Example::
1100 Example::
1114 Example::
1123 In this example, the binary $(obj)/image is a binary version of
1133 Example::
1147 Example::
1168 The first example utilises the trick that a config option expands
1265 Example::
1270 In this example, the file target maketools will be processed
1298 Example::
1327 Example::
1341 Example::
1358 Example::
1374 Example::
1384 In this example, there are two possible targets, requiring different
1411 Example::
1429 Example::
1445 Example::
1491 For example, powerpc uses this to check relocation sanity of
1530 Example::
1549 Example: termios.h::
1562 Example::
1618 For example, you can pass in ARCH=i386, ARCH=x86_64, or ARCH=x86.