Skip to content

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