Lines Matching refs:syntax
69 kbuild infrastructure. This chapter introduces the syntax used in the
187 the syntax above will also work. So, if you have CONFIG_EXT2_FS=y,
257 Kbuild also supports dedicated syntax, subdir-y and subdir-m, for
270 syntax is always used for directories.
304 in the next section) is the correct syntax to use.
445 This is a custom rule, following the normal syntax
527 If the target is already listed in the recognized syntax such as
760 The syntax used to define composite objects for host programs is
761 similar to the syntax used for kernel objects.
776 Note: The syntax <executable>-y is not permitted for host-programs.
901 The syntax is quite similar. The difference is to use ``userprogs`` instead of
922 The syntax used to define composite objects for userspace programs is
923 similar to the syntax used for kernel objects.
938 Note: The syntax <executable>-y is not permitted for userspace programs.
970 ``<executable>-userldlibs``. The ``userldlibs`` syntax specifies libraries
1401 LDFLAGS_$@ syntax - one for each potential target.
1491 See `generic-y`_ for further info on syntax etc.
1509 Kbuild syntax for exported headers
1529 See subsequent chapter for the syntax of the Kbuild file.