We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569321f commit f040cc9Copy full SHA for f040cc9
scripts/_build/ec.sh
@@ -16,5 +16,5 @@ while read line; do
16
done < "$1"
17
18
make -C ec clean
19
-make -C ec VERSION="${VERSION}" "${EC_ARGS[@]}" BUILD=build -j "$(nproc)"
+make -C ec "${EC_ARGS[@]}" BUILD=build -j "$(nproc)"
20
cp "ec/build/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