diff options
Diffstat (limited to 'os/Makefile')
-rw-r--r-- | os/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/Makefile b/os/Makefile index 2ea1c0b1..f2696448 100644 --- a/os/Makefile +++ b/os/Makefile @@ -2,7 +2,7 @@ all: cat Makefile v1: - make _pikvm PIKVM=v1 + make _pikvm PIKVM_PLATFORM=v1 _pikvm: pi-builder rm -rf pi-builder/builder/scripts/pikvm |