commit | f6a3dcf282910d8653117c2719b260d532b382f5 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Wed Aug 04 14:42:24 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Aug 17 06:06:03 2021 -0400 |
tree | 205ac1dc33602620903456c5a0c7246780e6978c | |
parent | 71bd37efb2e6d3ec0c121f397949f9524306437e [diff] |
drivers: disk: 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>