Bruce Richardson 9bd75b508e bpf: remove use of weak functions
Weak functions don't work well with static libraries and require the use of
"whole-archive" flag to ensure that the correct function is used when
linking.  Since the weak function is only used as a placeholder within this
library alone, we can replace it with a non-weak version protected using
preprocessor ifdefs.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Tested-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2019-06-05 16:28:20 +02:00
..
2019-06-05 16:28:20 +02:00
2018-05-12 00:36:34 +02:00
2018-07-12 00:00:35 +02:00
2018-05-12 00:36:34 +02:00
2019-06-05 16:28:20 +02:00