forked from NVIDIA/open-gpu-kernel-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kbuild: Use absolute paths for symbolic links
Command to create a symbolic link, explicitly resolving the symlink target to an absolute path to abstract away the difference between Linux < 6.13, where the CWD is the Linux kernel source tree for Kbuild extmod builds, and Linux >= 6.13, where the CWD is the external module source tree. This is used to create the nv*-kernel.o -> nv*-kernel.o_binary symlinks for kernel modules which use precompiled binary object files Signed-off-by: Eric Naim <[email protected]>
- Loading branch information
Showing
3 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters