Skip to content

Commit

Permalink
refactor: KERNELDIR changed KERNEL_SRC, plus Kbuild tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Nov 15, 2024
1 parent cff66fe commit ccf3b93
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Build
run: |
KBUILD_MODPOST_WARN=1 make -C mrmShared/linux CC=${CC:=gcc} KERNELDIR="$PWD/kernel"
KBUILD_MODPOST_WARN=1 make -C mrmShared/linux CC=${CC:=gcc} KERNEL_SRC="$PWD/kernel"
host:
name: With VM host
Expand Down
Loading

0 comments on commit ccf3b93

Please sign in to comment.