commit | cbbc6c210274b815dd94b4c57ff16a30e790fb6b | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Wed Aug 04 14:44:07 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Aug 17 06:06:03 2021 -0400 |
tree | 2bcad35d951d9baca1a1e183b02cd488be2db122 | |
parent | e912a0533ac56560499781ed21074b4ac6c251cf [diff] |
drivers: flash: 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>