Skip to content

Conversation

@gerickson
Copy link

  1. Default WLAN_ROOT to PWD; however, allow it to be overridden externally before passing through to KBUILD_OPTIONS.
  2. Do not re-qualify WLAN_ROOT with PWD in LICENSE_FILE when it already defaults to PWD.

gerickson and others added 2 commits March 22, 2023 10:38
1. Default 'WLAN_ROOT' to 'PWD'; however, allow it to be overridden externally before passing through to KBUILD_OPTIONS.
2. Do not requalify 'WLAN_ROOT' with 'PWD' in 'LICENSE_FILE' when it already defaults to 'PWD'.
When make is invoked with '-C' from a directory other than the root
of the project source tree, the value of PWD will be the directory
where make was invoked. Consequently, it is only correct if and
only if make is invoked from the project source tree. However, the
make built-in variable CURDIR is always the directory of the current
makefile, regardless of where make was invoked from and the '-C'
option.
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