Skip to content

Commit

Permalink
nvidia-driver.eclass: Call _check_kernel only when USE=driver
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Roovers <[email protected]>
  • Loading branch information
Jeroen Roovers committed Jul 29, 2020
1 parent 71ab580 commit 003365d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/nvidia-driver.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,5 @@ nvidia-driver_check() {
# nvidia-driver.eclass
nvidia-driver_check_gpu

use kernel_linux && nvidia-driver_check_kernel
use driver && use kernel_linux && nvidia-driver_check_kernel
}

0 comments on commit 003365d

Please sign in to comment.