devices/build: use one linker-script-devices.ver for all device plugins

This commit is contained in:
Thomas Haller
2016-10-13 13:02:49 +02:00
parent a8284c57f9
commit 92f4185575
12 changed files with 16 additions and 57 deletions

View File

@@ -0,0 +1,6 @@
{
global:
nm_device_factory_create;
local:
*;
};