Skip to content

Commit

Permalink
Merge pull request hpc#59 from frejanordsiek/add-kernel-source-search…
Browse files Browse the repository at this point in the history
…-path-for-rhel8

BUILD: Fix kernel source search path on RHEL8
  • Loading branch information
tvegas1 authored Aug 8, 2024
2 parents 49d3e67 + 08af3bb commit 1ace9a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m4/ac_path_kernel_source.m4
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ AC_DEFUN([AC_PATH_KERNEL_SOURCE_SEARCH],
/lib/modules/${kernelvers}/build \
/lib/modules/${kernelvers}/source \
/usr/src/linux-source-${kernelvers} \
/usr/src/kernels/${kernelvers} \
/usr/src/kernel-source-* \
/usr/src/linux
do
Expand Down

0 comments on commit 1ace9a5

Please sign in to comment.