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

Add support for out-of-tree builds #7

Merged
merged 1 commit into from
Mar 11, 2021
Merged

Conversation

campbells-snap
Copy link
Contributor

This patch allows you to set the BUILD_DIR environment variable when running make, and all the build files will be placed in the specified directory.

If this environment variable isn't set, the behaviour will be the same as before, making an in-tree build.

This allows you to easily compile against multiple kernels without having multiple copies of the code checked out.

@ikwzm ikwzm merged commit 14241e3 into ikwzm:master Mar 11, 2021
@ikwzm
Copy link
Owner

ikwzm commented Mar 11, 2021

Thank you!!

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.

2 participants