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

Respect and Use the Value for WLAN_ROOT Consistently and Pervasively #3

Open
wants to merge 1 commit into
base: qca65X4/dey-2.6/maint
Choose a base branch
from

Conversation

gerickson
Copy link

The variable WLAN_ROOT is intended to point at the root of the project source tree and the location of Kbuild, which is what the build Linux expects M to be set to.

Consequently, use the value for WLAN_ROOT consistently and pervasively everywhere M is set and passed to the Linux build.

In particular, PWD will be incorrect if make is invoked with -C and $(shell pwd) may be in conflict with a value of WLAN_ROOT asserted in the environment.

The variable 'WLAN_ROOT' is intended to point at the root of the project
source tree and the location of Kbuild, which is what the build Linux
expects 'M' to be set to.

Consequently, Use the value for WLAN_ROOT consistently and pervasively
everywhere 'M' is set and passed to the Linux build.

In particular, 'PWD' will be incorrect if make is invoked with '-C'
and '$(shell pwd)' may be in conflict with a value of 'WLAN_ROOT'
asserted in the environment.
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