We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa32ba2 commit d002b8eCopy full SHA for d002b8e
scripts/_build/ec.sh
@@ -18,5 +18,5 @@ done < "$1"
18
BUILD_DIR="build"
19
20
make -C ec BUILD="$BUILD_DIR" clean
21
-make -C ec VERSION="${VERSION}" "${EC_ARGS[@]}" BUILD="$BUILD_DIR" -j "$(nproc)"
+make -C ec "${EC_ARGS[@]}" BUILD="$BUILD_DIR" -j "$(nproc)"
22
cp "ec/$BUILD_DIR/ec.rom" "$2"
scripts/build.sh
@@ -86,8 +86,7 @@ KERNELVERSION="${VERSION}" \
86
# Rebuild EC firmware for System76 EC models
87
if [ ! -e "${MODEL_DIR}/ec.rom" -a -e "${MODEL_DIR}/ec.config" ]
88
then
89
- env VERSION="${VERSION}" \
90
- ./scripts/_build/ec.sh \
+ ./scripts/_build/ec.sh \
91
"${MODEL_DIR}/ec.config" \
92
"${BUILD}/ec.rom"
93
fi
0 commit comments