Lines Matching full:kernel

207 Build everything but the kernel, configure files in
354 pairs for world and kernel targets.
409 Kernel specific build targets in
414 Rebuild the kernel and the kernel modules.
422 Install the kernel and the kernel modules to directory
423 .Pa ${DESTDIR}/boot/kernel ,
425 .Pa kernel.old
426 if it contained the currently running kernel.
436 Install the kernel to the directory
437 .Pa ${DISTDIR}/kernel/boot/kernel .
450 .It Cm kernel
455 .It Cm kernel-toolchain
456 Rebuild the tools needed for kernel compilation.
461 Reinstall the kernel and the kernel modules, overwriting the contents
563 Requests use of an external toolchain to build either the world or kernel.
580 kernel make targets.
582 Overrides which kernel to build and install for the various kernel
588 building a kernel module.
592 Automatically set for modules built with a kernel.
617 this variable specifies an alternative directory to install the kernel.
696 A list of ports with kernel modules that should be built and installed
713 A list of external kernel modules that should be built and installed
722 The directory in which to search for the kernel modules specified by
724 Each kernel module should consist of a directory containing a makefile.
780 Specify the location of the kernel source to override the default
782 The kernel source is located in the
861 is set no kernel objects are cleaned either.
1001 so they are built and installed automatically after the kernel:
1031 .Ss Example 2: Build and upgrade a custom kernel in place
1032 Create a custom kernel configuration,
1048 After creating the new kernel configuration, build a fresh toolchain,
1049 build the kernel, and install it, moving the old kernel to
1050 .Pa /boot/kernel.old/ :
1052 make kernel-toolchain
1058 To build the kernel to an alternate location, use the
1075 .Ss Example 4: Build and upgrade a loadable kernel module
1076 Rebuild and reinstall a single loadable kernel module, in this case
1080 make all install clean cleandepend KMODDIR=/boot/kernel
1082 .Ss Example 5: Quickly rebuild a kernel in place
1083 Quickly rebuild and reinstall the kernel, only recompiling the files
1085 kernel build has been completed in the past, not on a fresh source tree:
1088 make kernel KERNFAST=1
1116 Likewise, to quickly rebuild and reinstall the kernel, use:
1120 make kernel KERNFAST=1 DESTDIR=/armclient
1127 The kernel was not updated due to incorrect build procedure.