Build with no CV by default

Given that most of our camera builds do not require CV, we should
have the makefile default to no CV.
This commit is contained in:
Saxon Nelson-Milton 2023-02-08 19:32:56 +10:30
parent adc62a6442
commit 5f157d93ab
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@ PATH := /usr/local/go/bin:$(PATH)
BIN_NAME := rv
BIN_DIR := /src/bitbucket.org/ausocean/av/cmd/$(BIN_NAME)
RUN_SCRIPT_DIR := /src/bitbucket.org/ausocean/av/init/run.sh
BUILD_TAG := withcv
# Change this to withcv if you wish to use CV.
BUILD_TAG := nocv
ifeq ($(MA),)
MA := "00:E0:4C:00:00:01"