]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - packages/ti/ipc/transports/package.bld
transports: Add TransportRpmsg.c to package for AM65XX
[ipc/ipcdev.git] / packages / ti / ipc / transports / package.bld
index 367ca4cfdea50177c2c26d73b75a173d65fc89eb..39518cd1f88c84c0ec940a33651377339e45e43f 100644 (file)
@@ -54,7 +54,7 @@ for (var i = 0; i < Build.targets.length; i++) {
      *  Only devices with an rpmsg-enabled HLOS and a slave would need this
      *  library.  Skip targets that will never need this.
      */
-    if (!targ.isa.match(/^(64T|66|674|v7M4?)$/)) {
+    if (!targ.isa.match(/^(64T|66|674|v7M4?|v7R)$/)) {
         continue;
     }
 
@@ -72,7 +72,7 @@ for (var i = 0; i < Build.targets.length; i++) {
             copts: myCopts
         }).addObjects(objList);
 
-        if (targ.isa.match(/^(64T|66|674|v7M4?)$/)) {
+        if (targ.isa.match(/^(64T|66|674|v7M4?|v7R)$/)) {
             /* And for select targets, build a rpmsg2-compatible lib */
             Pkg.addLibrary("lib/" + profile + "/" + name + "_rpmsg2", targ, {
                 profile: profile,