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

Address Issues with WLAN_ROOT. #1

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

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