libx52/lib
nirenjan 7ae5cad0cc Clear warning when linking x52test_log_actions
Prior to this change, we were linking the log_actions program against
the stub library, since we needed to use the logging capabilities in the
stub library to save the expected values to a file for the test harness
to use. However, doing so gives us the following warning:

*** Warning: Linking the executable x52test_log_actions against the loadable module
*** libusbx52.so is not portable!

Since we don't really need to have dynamic linking in this case, simply
including the stub library source into the log_actions program sources
list is sufficient, and bypasses this warning.
2020-06-02 07:50:51 -07:00
..
libusbx52 Clear warning when linking x52test_log_actions 2020-06-02 07:50:51 -07:00
libx52 Add libx52_set_clock bug (#20) to documentation 2020-06-01 17:45:33 -07:00
libx52util Update Doxygen comments 2020-04-18 02:21:12 -07:00
Makefile.am Add SPDX license identifiers in all files 2018-04-18 12:19:29 -07:00