]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/commitdiff
support for C6678 and C6657 xdc soc list
authorAravind Batni <aravindbr@ti.com>
Wed, 28 Oct 2015 20:05:28 +0000 (16:05 -0400)
committerAravind Batni <aravindbr@ti.com>
Wed, 28 Oct 2015 20:05:28 +0000 (16:05 -0400)
config.bld
docs/Module.xs

index 24dbbc27e00cbccf1ba2708a498666c617fb2544..05f7e2b5d833d9aa61bbc105eb272fc60b6ee517 100644 (file)
@@ -213,6 +213,34 @@ var socs = {
        copts: " -DSOC_K2L",\r
        /* target list */\r
        targets: [ C66LE, C66BE, A15LE]\r
+    },\r
+\r
+   c6678 :\r
+    {\r
+        /* this variable would be reinitialized to true, if XDCARGS contains k2k */\r
+        build: "false", \r
+        /* SoC lib enabled */\r
+        socDevLib: "false",\r
+        /* dma lib enabled */\r
+        dmaDevLib: "false",     \r
+       /* Library options */\r
+       copts: " -DSOC_C6678",\r
+       /* target list */\r
+       targets: [ C66LE, C66BE]\r
+    },\r
+\r
+   c6657 :\r
+    {\r
+        /* this variable would be reinitialized to true, if XDCARGS contains k2k */\r
+        build: "false", \r
+        /* SoC lib enabled */\r
+        socDevLib: "false",\r
+        /* dma lib enabled */\r
+        dmaDevLib: "false",     \r
+       /* Library options */\r
+       copts: " -DSOC_C6657",\r
+       /* target list */\r
+       targets: [ C66LE, C66BE]\r
     }\r
 };\r
 \r
index 0c36291b99ac3cb0f4d549a4d19d324ee079df86..0402405ac7bdb272d5e93c4d511558285edac680 100644 (file)
@@ -30,7 +30,6 @@ function modBuild()
     Pkg.makePrologue += "\t @echo -------------------------------------------------------\n";\r
 \r
     /* Add the documentation file to the package. */\r
-    Pkg.otherFiles[Pkg.otherFiles.length++] = "docs/rmDocs.chm";\r
     Pkg.otherFiles[Pkg.otherFiles.length++] = "docs/tifooter.htm";\r
     Pkg.otherFiles[Pkg.otherFiles.length++] = "docs/tiheader.htm";\r
     Pkg.otherFiles[Pkg.otherFiles.length++] = "docs/tilogo.gif";\r