]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/dss-lld.git/commitdiff
PRSDK-5273: RTSC depdencies added
authorAravind Batni <aravindbr@ti.com>
Tue, 22 Jan 2019 15:28:42 +0000 (10:28 -0500)
committerAravind Batni <aravindbr@ti.com>
Tue, 22 Jan 2019 15:28:42 +0000 (10:28 -0500)
Signed-off-by: Aravind Batni <aravindbr@ti.com>
package.xs

index 5bab4882ef6aac79874d318709769cdc5fdd01ed..aa817aaee0ca562cf132a7be54bafdbdea730c99 100755 (executable)
@@ -101,6 +101,15 @@ function getLibs(prog)
     return lib;
 }
 
+/*
+ *  ======== package.init ========
+ */
+function init() {
+    xdc.loadPackage("ti.osal");
+    xdc.loadPackage("ti.csl");
+}
+
+
 /*
  *  ======== package.close ========
  */
@@ -109,4 +118,4 @@ function close()
     if (xdc.om.$name != 'cfg') {
         return;
     }
-}
\ No newline at end of file
+}