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::
459 Example::
474 Example::
549 Example::
554 In the above example, cflags-y will be assigned the option
569 Example::
574 In the above example, cflags-y will be assigned the option
584 Example::
591 In the above example, $(biarch) is set to y if $(CC) supports the -m32
604 Example::
608 In the above example, -Wno-unused-but-set-variable will be added to
615 Example::
619 In this example, cflags-y will be assigned the value -foo if $(CC) is gcc and
626 Example::
630 In this example, cflags-y will be assigned the value -foo if $(CC) is clang
650 Example::
669 Example::
688 Example::
719 Example::
723 Kbuild assumes in the above example that bin2hex is made from a single
736 Example::
743 files. In the above example, checklist.c is compiled to checklist.o
756 Example::
762 In the example above the executable is composed of the C++ file
768 Example::
783 Example::
802 Example::
810 Example::
817 Example::
835 Example::
852 Example::
881 Example::
885 Kbuild assumes in the above example that bpf-direct is made from a
898 Example::
905 files. In the above example, bpf-fancy.c is compiled to bpf-fancy.o
921 Example::
929 Example::
935 Example::
952 Example::
962 Example::
988 Example::
1004 Example::
1066 Example::
1082 Example::
1096 Example::
1105 In this example, the binary $(obj)/image is a binary version of
1115 Example::
1129 Example::
1150 The first example utilises the trick that a config option expands
1247 Example::
1252 In this example, the file target maketools will be processed
1280 Example::
1309 Example::
1323 Example::
1340 Example::
1356 Example::
1366 In this example, there are two possible targets, requiring different
1393 Example::
1411 Example::
1427 Example::
1473 For example, powerpc uses this to check relocation sanity of
1512 Example::
1531 Example: termios.h::
1544 Example::
1600 For example, you can pass in ARCH=i386, ARCH=x86_64, or ARCH=x86.