devices/build: use one linker-script-devices.ver for all device plugins
This commit is contained in:
6
linker-script-devices.ver
Normal file
6
linker-script-devices.ver
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
global:
|
||||
nm_device_factory_create;
|
||||
local:
|
||||
*;
|
||||
};
|
Reference in New Issue
Block a user