]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blobdiff - config.bld
k2g merge
[keystone-rtos/rm-lld.git] / config.bld
old mode 100644 (file)
new mode 100755 (executable)
index 05f7e2b..fbce179
@@ -162,6 +162,19 @@ var socs = {
         /* target lists, kept blank now, would be updated based on argument lists */\r
         targets: []\r
     },\r
+   k2g :\r
+    {\r
+        /* this variable would be reinitialized to true, if XDCARGS contains k2g */\r
+        build: "false", \r
+        /* SoC lib enabled */\r
+        socDevLib: "false",\r
+        /* dma lib enabled */\r
+        dmaDevLib: "false",     \r
+       /* Library options */\r
+       copts: " -DSOC_K2G",\r
+       /* target list */\r
+       targets: [ C66LE, C66BE, A15LE]\r
+    },\r
    k2h :\r
     {\r
         /* this variable would be reinitialized to true, if XDCARGS contains k2h */\r