Commit 555db07
meson: build libnvme directly instead of as a subproject
Change the build flow so that libnvme is no longer defined as a Meson
subproject of nvme-cli. Instead, include libnvme's meson.build directly
from the top-level meson.build.
This allows sharing a common ccan directory between nvme-cli and libnvme,
and generates a single configuration header, project-config.h (formerly
config.h), used by all components. The old file name conflicted with
plugins/solidigm/solidigm-telemetry/config.h, hence the rename.
Also reformat all meson.build files to fix indentation inconsistencies and
other cosmetic discrepancies.
Signed-off-by: Martin Belanger <[email protected]>1 parent a138f6e commit 555db07
File tree
92 files changed
+1300
-3636
lines changed- .github/workflows
- Documentation
- ccan
- ccan
- array_size
- check_type
- compiler
- container_of
- endian
- hash
- htable
- ilog
- likely
- minmax
- strset
- str
- typesafe_cb
- libnvme
- ccan
- ccan
- build_assert
- check_type
- container_of
- endian
- list
- minmax
- short_types
- str
- licenses
- doc
- rst
- examples
- internal
- libnvme
- src
- nvme
- test
- config
- ioctl
- nbft
- sysfs
- plugins
- feat
- lm
- ocp
- sed
- solidigm
- solidigm-telemetry
- scripts
- subprojects
- tests
- unit
- util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
92 files changed
+1300
-3636
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | | - | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
84 | | - | |
| 86 | + | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| |||
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
105 | | - | |
| 108 | + | |
| 109 | + | |
106 | 110 | | |
107 | 111 | | |
108 | 112 | | |
| |||
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
124 | | - | |
| 128 | + | |
| 129 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
0 commit comments