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::
312 Example::
328 Example::
340 Example::
347 Example::
359 Example::
367 Example::
381 Example::
394 Example::
417 not provide the required support. A typical example is
419 Another example are the architecture-specific Makefiles which
439 Example::
474 Example::
489 Example::
564 Example::
569 In the above example, cflags-y will be assigned the option
584 Example::
589 In the above example, cflags-y will be assigned the option
599 Example::
606 In the above example, $(biarch) is set to y if $(CC) supports the -m32
619 Example::
623 In the above example, -Wno-unused-but-set-variable will be added to
630 Example::
634 In this example, cflags-y will be assigned the value -foo if $(CC) is gcc and
641 Example::
645 In this example, cflags-y will be assigned the value -foo if $(CC) is clang
665 Example::
681 Example::
685 In this example, rustflags-y will be assigned the value -Cfoo if
698 Example::
717 Example::
748 Example::
752 Kbuild assumes in the above example that bin2hex is made from a single
765 Example::
772 files. In the above example, checklist.c is compiled to checklist.o
785 Example::
791 In the example above the executable is composed of the C++ file
797 Example::
812 Example::
831 Example::
839 Example::
846 Example::
864 Example::
881 Example::
910 Example::
914 Kbuild assumes in the above example that bpf-direct is made from a
927 Example::
934 files. In the above example, bpf-fancy.c is compiled to bpf-fancy.o
950 Example::
958 Example::
964 Example::
985 Example::
995 Example::
1021 Example::
1037 Example::
1099 Example::
1115 Example::
1129 Example::
1138 In this example, the binary $(obj)/image is a binary version of
1148 Example::
1162 Example::
1183 The first example utilises the trick that a config option expands
1280 Example::
1285 In this example, the file target maketools will be processed
1313 Example::
1342 Example::
1356 Example::
1373 Example::
1389 Example::
1399 In this example, there are two possible targets, requiring different
1426 Example::
1444 Example::
1460 Example::
1506 For example, powerpc uses this to check relocation sanity of
1545 Example::
1564 Example: termios.h::
1577 Example::
1633 For example, you can pass in ARCH=i386, ARCH=x86_64, or ARCH=x86.