]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - packages/ti/srvmgr/omaprpc/package.bld
Add Vayu Family Support for IPU2 (SMP) and DSP1
[ipc/ipcdev.git] / packages / ti / srvmgr / omaprpc / package.bld
index 15aaa5b3285bbbe5e5935217adde86e18aa34301..29eb7376488fe31298e02dc866dbc3203e58e45d 100644 (file)
@@ -67,12 +67,17 @@ for (var i = 0; i < Build.targets.length; i++) {
         if (targ.isa.match(/^v7M(|4)$/)) {
             Pkg.addLibrary("lib/" + profile + "/" + Pkg.name + "_smp", targ, {
                 profile: profile,
-                defs: " -DOMAP5 -DSMP"
+                defs: " -DRPMSG_NS_2_0 -DSMP"
             }).addObjects(SRCS);
         } else if (targ.isa == "64T") {
             Pkg.addLibrary("lib/" + profile + "/" + Pkg.name, targ, {
                 profile: profile,
-                defs: " -DOMAP5"
+                defs: " -DRPMSG_NS_2_0"
+            }).addObjects(SRCS);
+        } else if (targ.isa == "66") {
+            Pkg.addLibrary("lib/" + profile + "/" + Pkg.name, targ, {
+                profile: profile,
+                defs: " -DRPMSG_NS_2_0"
             }).addObjects(SRCS);
         } else {
             /* skip it - no non-OMAP5 targets are supported */