Lines Matching full: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.
300 in the next section) is the correct syntax to use.
444 This is a custom rule, following the normal syntax
512 If the target is already listed in the recognized syntax such as
731 The syntax used to define composite objects for host programs is
732 similar to the syntax used for kernel objects.
747 Note: The syntax <executable>-y is not permitted for host-programs.
872 The syntax is quite similar. The difference is to use ``userprogs`` instead of
893 The syntax used to define composite objects for userspace programs is
894 similar to the syntax used for kernel objects.
909 Note: The syntax <executable>-y is not permitted for userspace programs.
941 ``<executable>-userldlibs``. The ``userldlibs`` syntax specifies libraries
1372 LDFLAGS_$@ syntax - one for each potential target.
1462 See `generic-y`_ for further info on syntax etc.
1480 Kbuild syntax for exported headers
1500 See subsequent chapter for the syntax of the Kbuild file.