Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scaleflux: enable sfx-nvme.c build without json-c dependencies checking #2639

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

ikegami-t
Copy link
Contributor

Only build json print codes with CONFIG_JSONC build option instead.

@ikegami-t ikegami-t force-pushed the sfx-json-dep branch 4 times, most recently from 8e00484 to 1bfbc0b Compare December 21, 2024 12:14
To fix the cross compiler build fails and some indentation errors also.

Signed-off-by: Tokunori Ikegami <[email protected]>
Only build json print codes with CONFIG_JSONC build option instead.

Signed-off-by: Tokunori Ikegami <[email protected]>
…king

Only build json print codes with CONFIG_JSONC build option instead.

Signed-off-by: Tokunori Ikegami <[email protected]>
ssstc plugin does not use json so no need to check the build dependency.

Signed-off-by: Tokunori Ikegami <[email protected]>
Only build json print codes with CONFIG_JSONC build option instead.

Signed-off-by: Tokunori Ikegami <[email protected]>
This is to prevent the build warning without json.

Signed-off-by: Tokunori Ikegami <[email protected]>
@ikegami-t
Copy link
Contributor Author

ikegami-t commented Dec 21, 2024

Only remaining a plugin for solidigm to enable on muon build without json but it seems as difficult to do this since basically the plugin based on to use json for example to parse json configuration file. So at this moment all plugins excluding solidgm solidigm enabled to build without json.

Use empty json functions instead without json.

Signed-off-by: Tokunori Ikegami <[email protected]>
Use empty json functions instead without json.

Signed-off-by: Tokunori Ikegami <[email protected]>
Use empty json functions instead without json.

Signed-off-by: Tokunori Ikegami <[email protected]>
Use empty json functions instead without json.

Signed-off-by: Tokunori Ikegami <[email protected]>
Since some json macros can be used without json as common.

Signed-off-by: Tokunori Ikegami <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant