bbfdm/dmtree
Daniel Danzberger 0460307fb4 Only export symbols to the library that belong to the API interface
This commit makes all symbols that are not part of the API Interface,
or used only in the object files where they are defined, static.

Causing the following benefits:
 - The compiler can resolve functions for better performance
 - The library size is decreased

NOTE: Spec file generators need to be adjusted for newer spec's to not do the same mistakes again

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
2020-03-09 21:23:57 +01:00
..
tr064 Ticket refs #1254: TR-x69: add support for parameter validation 2020-02-20 23:25:49 +01:00
tr104 Ticket refs #1254: TR-x69: add support for parameter validation 2020-02-20 23:25:49 +01:00
tr143 Ticket refs #1254: TR-x69: add support for parameter validation 2020-02-20 23:25:49 +01:00
tr157 Ticket refs #1254: TR-x69: add support for parameter validation 2020-02-20 23:25:49 +01:00
tr181 Only export symbols to the library that belong to the API interface 2020-03-09 21:23:57 +01:00