Lines Matching full:programs

756 Composite Host Programs
759 Host programs can be made up based on composite objects.
760 The syntax used to define composite objects for host programs is
776 Note: The syntax <executable>-y is not permitted for host-programs.
778 Using C++ for host programs
781 kbuild offers support for host programs written in C++. This was
804 Using Rust for host programs
807 Kbuild offers support for host programs written in Rust. However,
821 Controlling compiler options for host programs
824 When compiling host programs, it is possible to set specific flags.
825 The programs will always be compiled utilising $(HOSTCC) passed
828 To set flags that will take effect for all host programs created
854 When host programs are actually built
857 Kbuild will only build host-programs when they are referenced
873 the host programs in custom rules must be prefixed with $(obj).
897 Just like host programs, Kbuild also supports building userspace executables
918 Composite Userspace Programs
921 Userspace programs can be made up based on composite objects.
922 The syntax used to define composite objects for userspace programs is
938 Note: The syntax <executable>-y is not permitted for userspace programs.
940 Controlling compiler options for userspace programs
943 When compiling userspace programs, it is possible to set specific flags.
944 The programs will always be compiled utilising $(CC) passed
947 To set flags that will take effect for all userspace programs created
971 linked to all userspace programs created in the current Makefile.
977 When userspace programs are actually built
980 Kbuild builds userspace programs only when told to do so.
1011 is compiled. This includes generated files such as host programs.