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::
324 Example::
336 Example::
343 Example::
355 Example::
363 Example::
377 Example::
390 Example::
413 not provide the required support. A typical example is
415 Another example are the architecture-specific Makefiles which
435 Example::
470 Example::
485 Example::
560 Example::
565 In the above example, cflags-y will be assigned the option
580 Example::
585 In the above example, cflags-y will be assigned the option
595 Example::
602 In the above example, $(biarch) is set to y if $(CC) supports the -m32
615 Example::
619 In the above example, -Wno-unused-but-set-variable will be added to
626 Example::
630 In this example, cflags-y will be assigned the value -foo if $(CC) is gcc and
637 Example::
641 In this example, cflags-y will be assigned the value -foo if $(CC) is clang
661 Example::
677 Example::
681 In this example, rustflags-y will be assigned the value -Cfoo if
694 Example::
713 Example::
744 Example::
748 Kbuild assumes in the above example that bin2hex is made from a single
761 Example::
768 files. In the above example, checklist.c is compiled to checklist.o
781 Example::
787 In the example above the executable is composed of the C++ file
793 Example::
808 Example::
827 Example::
835 Example::
842 Example::
860 Example::
877 Example::
906 Example::
910 Kbuild assumes in the above example that bpf-direct is made from a
923 Example::
930 files. In the above example, bpf-fancy.c is compiled to bpf-fancy.o
946 Example::
954 Example::
960 Example::
981 Example::
991 Example::
1017 Example::
1033 Example::
1095 Example::
1111 Example::
1125 Example::
1134 In this example, the binary $(obj)/image is a binary version of
1144 Example::
1158 Example::
1179 The first example utilises the trick that a config option expands
1276 Example::
1281 In this example, the file target maketools will be processed
1309 Example::
1338 Example::
1352 Example::
1369 Example::
1385 Example::
1395 In this example, there are two possible targets, requiring different
1422 Example::
1440 Example::
1456 Example::
1502 For example, powerpc uses this to check relocation sanity of
1541 Example::
1560 Example: termios.h::
1573 Example::
1629 For example, you can pass in ARCH=i386, ARCH=x86_64, or ARCH=x86.