Skip to content

Commit

Permalink
aarch64 batch compile bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
driftli authored and shenping-bd committed Aug 5, 2024
1 parent 7b6dc1c commit 51fc7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/build_script/aarch64/batch_compile.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
mkdir -p /ko_output
rm -rf /ko_output || true
mkdir -p /ko_output
BUILD_VERSION=$(cat LKM/src/init.c | grep MODULE_VERSION | awk -F '"' '{print $2}')
KO_NAME=$(grep "MODULE_NAME" ./LKM/Makefile | grep -m 1 ":=" | awk '{print $3}')
UBUNTU_OR_DEBIAN_FLAG=$(cat /etc/*release | grep -iE "ubuntu|debian")
Expand Down

0 comments on commit 51fc7aa

Please sign in to comment.