Skip to content

Commit

Permalink
upgrade linux kernel 5.4 to 6.6.32
Browse files Browse the repository at this point in the history
  • Loading branch information
mudongliang committed Jun 3, 2024
1 parent 34e2938 commit 3f54c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions challenge/vm/vm
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ def build(path):
obj-m += debug.o
all:
\tmake -C /opt/linux/linux-5.4 M={workdir} modules
\tmake -C /opt/linux/linux-6.6.32 M={workdir} modules
clean:
\tmake -C /opt/linux/linux-5.4 M={workdir} clean
\tmake -C /opt/linux/linux-6.6.32 M={workdir} clean
"""
)
)
Expand Down

0 comments on commit 3f54c4b

Please sign in to comment.