common: Add the nvic module.
[gps-watch.git] / SConscript.libcommon
index 7482ee34e9b6c5f366a5f06a82e0bf9ad2e5e4a1..a23c79ba9fecf5b24436f590b741263fefcec9ca 100644 (file)
@@ -4,6 +4,7 @@ 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 = [