common: Add the nvic module.
[gps-watch.git] / SConscript.libcommon
index 902af893942e1699892464dbe2668868b791319e..a23c79ba9fecf5b24436f590b741263fefcec9ca 100644 (file)
@@ -3,6 +3,8 @@ env = env.Clone()
 
 source_files_rs = [
     'src/common/lib.rs', # Must be listed first (see below).
+    'src/common/register.rs',
+    'src/common/nvic.rs',
 ]
 
 source_files_c = [