commit | 25b47290bd51e59912abea9728e260843e2f9f43 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Wed Aug 04 14:52:25 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Aug 17 06:06:03 2021 -0400 |
tree | a8554de59fe9493eb6038afc559e760557e40c53 | |
parent | 6ed46e341249142d59251117bc55debd42049336 [diff] |
drivers: usb: build as static library Instead of putting object files inside libzephyr.a, simply build a separate static library as most other driver types are doing this already. Signed-off-by: Daniel Leung <daniel.leung@intel.com>