diff --git a/userspace/SWUTS.h b/userspace/SWUTS.h index f9791b27e..ba9240dc4 100644 --- a/userspace/SWUTS.h +++ b/userspace/SWUTS.h @@ -34,6 +34,7 @@ * - @ref SWUTS-interface-bsearch * - @ref SWUTS-interface-lock * - @ref SWUTS-interface-rbtree + * - @ref SWUTS-interface-static_analysis * - @ref SWUTS-interface-string * - @ref SWUTS-interface-worker * - @ref SWUTS-bus @@ -95,6 +96,7 @@ * - @ref SWUTS-mm-page_table_faults * - @ref SWUTS-mm-mm * - @ref SWUTS-mm-vm + * - @ref SWUTS-nvgpu-sync * - @ref SWUTS-fb * - @ref SWUTS-fbp * - @ref SWUTS-fuse diff --git a/userspace/SWUTS.sources b/userspace/SWUTS.sources index 500527e83..4825c346a 100644 --- a/userspace/SWUTS.sources +++ b/userspace/SWUTS.sources @@ -5,6 +5,7 @@ INPUT += ../../../userspace/units/enabled/nvgpu-enabled.h INPUT += ../../../userspace/units/interface/bsearch/bsearch.h INPUT += ../../../userspace/units/interface/lock/lock.h INPUT += ../../../userspace/units/interface/rbtree/rbtree.h +INPUT += ../../../userspace/units/interface/static_analysis/static_analysis.h INPUT += ../../../userspace/units/interface/string/nvgpu-string.h INPUT += ../../../userspace/units/interface/worker/worker.h INPUT += ../../../userspace/units/bus/nvgpu-bus.h @@ -74,6 +75,7 @@ INPUT += ../../../userspace/units/mm/nvgpu_sgt/nvgpu_sgt.h INPUT += ../../../userspace/units/mm/page_table_faults/page_table_faults.h INPUT += ../../../userspace/units/mm/mm/mm.h INPUT += ../../../userspace/units/mm/vm/vm.h +INPUT += ../../../userspace/units/sync/nvgpu-sync.h INPUT += ../../../userspace/units/posix/bitops/posix-bitops.h INPUT += ../../../userspace/units/posix/cond/posix-cond.h INPUT += ../../../userspace/units/posix/fault-injection/posix-fault-injection.h