Commit 363f4d9
Martin Belanger
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 75ef834 commit 363f4d9
File tree
87 files changed
+1114
-3520
lines changed- 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
- 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.
87 files changed
+1114
-3520
lines changedLarge diffs are not rendered by default.
File renamed without changes.
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
0 commit comments