diff --git a/userspace/SWUTS.h b/userspace/SWUTS.h index 0c8477120..292b6e4ad 100644 --- a/userspace/SWUTS.h +++ b/userspace/SWUTS.h @@ -31,6 +31,7 @@ * to test the NVGPU driver. * * - @ref SWUTS-enabled + * - @ref SWUTS-init * - @ref SWUTS-mm-vm * */ diff --git a/userspace/SWUTS.sources b/userspace/SWUTS.sources index a49d3930b..313dad319 100644 --- a/userspace/SWUTS.sources +++ b/userspace/SWUTS.sources @@ -1,4 +1,5 @@ INPUT += ../../../userspace/SWUTS.h INPUT += ../../../userspace/units/enabled/nvgpu-enabled.h +INPUT += ../../../userspace/units/init/nvgpu-init.h INPUT += ../../../userspace/units/mm/vm/vm.h