Incremental Kernel Compilation ================================= .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow Topics in this section, * :ref:`Learnings in this section ` * :ref:`Version Info ` * :ref:`Steps to do incremental kernel compilation ` * :ref:`STEP1 : Follow all the steps in the below link ` * :ref:`STEP2 : Compile kernel ` .. _FreebsdDeviceDriver_kernel_compilation_incremental_kernel_compilation_step1: .. tab-set:: .. tab-item:: Incremental kernel compilation * In this section, you are going to learn .. panels:: :container: container pb-4 :column: col-lg-12 p-2Check for kernel changes :card: shadow * How to do incremental kernel compilation .. _FreebsdDeviceDriver_kernel_compilation_incremental_kernel_compilation_step2: .. tab-set:: .. tab-item:: Version Info =============================== ======================================= # Version =============================== ======================================= Freebsd 14.1.0 =============================== ======================================= .. _FreebsdDeviceDriver_kernel_compilation_incremental_kernel_compilation_step3: .. tab-set:: .. tab-item:: Steps to do incremental kernel compilation .. _FreebsdDeviceDriver_kernel_compilation_incremental_kernel_compilation_step4: .. tab-set:: .. tab-item:: STEP 1: Follow all the steps in the below link :doc:`../clean_kernel_compilation/clean_kernel_compilation` .. _FreebsdDeviceDriver_kernel_compilation_incremental_kernel_compilation_step5: .. tab-set:: .. tab-item:: STEP 2: Compile kernel * Below command is for recompiling the modified changes in the kernel source code .. code-block:: c test:~$ make -j8 -DNO_CLEAN buildkernel KERNCONF=TESTCONF