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

Allow building CHIP without lwip checked out #2683

Merged
merged 2 commits into from
Sep 17, 2020

Conversation

mspang
Copy link
Contributor

@mspang mspang commented Sep 16, 2020

This used to work prior to #2325, which added an unconditional
dependency on lwip even if we're using sockets. Make it conditional.

Problem

Projects that use CHIP with sockets require an unused lwIP in their checkout.

Summary of Changes

Make the dependency conditional on use of lwIP.

This used to work prior to project-chip#2325, which added an unconditional
dependency on lwip even if we're using sockets. Make it conditional.
src/lwip/lwip.gni Outdated Show resolved Hide resolved
@mspang mspang merged commit b7dd656 into project-chip:master Sep 17, 2020
@mspang mspang deleted the for-chip/no-lwip branch September 23, 2020 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants