mirror of https://bitbucket.org/ausocean/av.git
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:
parent
adc62a6442
commit
5f157d93ab
|
@ -9,7 +9,9 @@ PATH := /usr/local/go/bin:$(PATH)
|
||||||
BIN_NAME := rv
|
BIN_NAME := rv
|
||||||
BIN_DIR := /src/bitbucket.org/ausocean/av/cmd/$(BIN_NAME)
|
BIN_DIR := /src/bitbucket.org/ausocean/av/cmd/$(BIN_NAME)
|
||||||
RUN_SCRIPT_DIR := /src/bitbucket.org/ausocean/av/init/run.sh
|
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),)
|
ifeq ($(MA),)
|
||||||
MA := "00:E0:4C:00:00:01"
|
MA := "00:E0:4C:00:00:01"
|
||||||
|
|
Loading…
Reference in New Issue