Lines Matching full:example
148 Example::
158 Example::
188 Example::
206 Example::
211 Note: In this example $(CONFIG_ISDN_PPP_BSDCOMP) evaluates to 'm'
219 Example::
225 In this example, the module name will be isdn.o. Kbuild will
233 Example::
242 In this example, xattr.o, xattr_user.o and xattr_trusted.o are only
269 Example::
295 Example::
349 Example::
368 Example::
386 Example::
398 Example::
405 Example::
417 Example::
425 Example::
439 Example::
452 Example::
476 not provide the required support. A typical example is
478 Another example are the architecture-specific Makefiles which
498 Example::
519 Example::
534 Example::
609 Example::
614 In the above example, cflags-y will be assigned the option
629 Example::
634 In the above example, cflags-y will be assigned the option
644 Example::
651 In the above example, $(biarch) is set to y if $(CC) supports the -m32
663 Example::
667 In the above example, -Wno-unused-but-set-variable will be added to
674 Example::
678 In this example, cflags-y will be assigned the value -foo if $(CC) is gcc and
685 Example::
689 In this example, cflags-y will be assigned the value -foo if $(CC) is clang
706 Example::
724 Example::
743 Example::
772 Example::
776 Kbuild assumes in the above example that bin2hex is made from a single
789 Example::
796 files. In the above example, checklist.c is compiled to checklist.o
809 Example::
815 In the example above the executable is composed of the C++ file
821 Example::
836 Example::
854 Example::
862 Example::
869 Example::
886 Example::
903 Example::
932 Example::
936 Kbuild assumes in the above example that bpf-direct is made from a
949 Example::
956 files. In the above example, bpf-fancy.c is compiled to bpf-fancy.o
971 Example::
979 Example::
985 Example::
1002 Example::
1012 Example::
1038 Example::
1054 Example::
1107 Example::
1122 Example::
1135 Example::
1144 In this example, the binary $(obj)/image is a binary version of
1153 Example::
1166 Example::
1187 The first example utilises the trick that a config option expands
1289 Example::
1294 In this example, the file target maketools will be processed
1324 Example::
1353 Example::
1367 Example::
1382 Example::
1398 Example::
1408 In this example, there are two possible targets, requiring different
1433 Example::
1451 Example::
1465 Example::
1508 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.