Lines Matching refs:programs
31 --- 4.3 Using C++ for host programs
32 --- 4.4 Controlling compiler options for host programs
33 --- 4.5 When host programs are actually built
38 --- 5.3 Controlling compiler options for userspace programs
39 --- 5.4 When userspace programs are actually built
793 Host programs can be made up based on composite objects.
794 The syntax used to define composite objects for host programs is
810 Note: The syntax <executable>-y is not permitted for host-programs.
812 4.3 Using C++ for host programs
815 kbuild offers support for host programs written in C++. This was
838 4.4 Controlling compiler options for host programs
841 When compiling host programs, it is possible to set specific flags.
842 The programs will always be compiled utilising $(HOSTCC) passed
844 To set flags that will take effect for all host programs created
870 4.5 When host programs are actually built
873 Kbuild will only build host-programs when they are referenced
888 the host programs in custom rules must be prefixed with $(obj).
912 Just like host programs, Kbuild also supports building userspace executables
936 Userspace programs can be made up based on composite objects.
937 The syntax used to define composite objects for userspace programs is
953 Note: The syntax <executable>-y is not permitted for userspace programs.
955 5.3 Controlling compiler options for userspace programs
958 When compiling userspace programs, it is possible to set specific flags.
959 The programs will always be compiled utilising $(CC) passed
961 To set flags that will take effect for all userspace programs created
985 5.4 When userspace programs are actually built
988 Kbuild builds userspace programs only when told to do so.
1019 is compiled. This includes generated files such as host programs.