author | Ramsey Harris <ramsey@ti.com> | |
Tue, 3 Jun 2014 17:44:38 +0000 (10:44 -0700) | ||
committer | Robert Tivy <rtivy@ti.com> | |
Wed, 4 Jun 2014 16:56:56 +0000 (09:56 -0700) | ||
commit | bd4a635a4352b28e73e13379df066a40d91bc23c | |
tree | b3b12367b2cdbddb05db3c2516df8d3579b69a69 | tree | snapshot (tar.xz tar.gz zip) |
parent | a5abe7bfbcf31743600ab5a61fc5bfd2cbad5526 | commit | diff |
SDOCM00108114 Link error when building with DCE on IPU/Vayu
The notify setup module for vayu was unconditionally pulling in the
notify shared memory driver which, in turn, pulled in the ti.sdo.ipc
package. This caused undefined references when building an executable
for DCE because it was not supposed to use any IPC modules. The notify
driver now has a check to see if it should pull in IPC modules or not.
The notify setup module for vayu was unconditionally pulling in the
notify shared memory driver which, in turn, pulled in the ti.sdo.ipc
package. This caused undefined references when building an executable
for DCE because it was not supposed to use any IPC modules. The notify
driver now has a check to see if it should pull in IPC modules or not.