summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-09 07:10:57 +0000
committerDevaev Maxim <[email protected]>2018-07-09 07:10:57 +0000
commitdec9aedb1976a1d81ea68f184ae82ea0e4737638 (patch)
treebb2eceb9ac4af98894a1912bfd0e9d621e9abd64 /os
parent09ba1d7e3cfb75a17edabaabf9f4a62bf9577207 (diff)
fixed os build AGAIN
Diffstat (limited to 'os')
-rw-r--r--os/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/Makefile b/os/Makefile
index f2855855..e11cbee4 100644
--- a/os/Makefile
+++ b/os/Makefile
@@ -15,7 +15,7 @@ _pikvm: $(_BUILD_DIR)
rm -rf $(_BUILD_DIR)/builder/scripts/pikvm
cp -a platforms/$(PIKVM_PLATFORM) $(_BUILD_DIR)/stages/pikvm
cd $(_BUILD_DIR) && make binfmt && make _rpi \
- BUILD_OPTS="--build-arg $(_KVMD_VERSION)" \
+ BUILD_OPTS="--build-arg KVMD_VERSION=$(_KVMD_VERSION)" \
PROJECT=pi-kvm \
PLATFORM=rpi-2 \
STAGES="__init__ os ssh watchdog ro pikvm __cleanup__" \