From 810f4bd44cdfa2100134bd485e85e9b31d8eca25 Mon Sep 17 00:00:00 2001 From: LukeMike Date: Tue, 5 Jul 2016 17:52:26 +0200 Subject: [PATCH] VRBRAIN / environ: added vrcore (VR Core 1.0) and removed vrhero (not used) --- mk/environ.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mk/environ.mk b/mk/environ.mk index f97a184756..9662ea32e7 100644 --- a/mk/environ.mk +++ b/mk/environ.mk @@ -99,8 +99,8 @@ ifneq ($(findstring vrubrain, $(MAKECMDGOALS)),) BUILDROOT := $(SKETCHBOOK)/Build.$(SKETCH) endif -ifneq ($(findstring vrhero, $(MAKECMDGOALS)),) -# when building vrbrain we need all sources to be inside the sketchbook directory +ifneq ($(findstring vrcore, $(MAKECMDGOALS)),) +# when building vrcore we need all sources to be inside the sketchbook directory # as the NuttX build system relies on it BUILDROOT := $(SKETCHBOOK)/Build.$(SKETCH) endif @@ -206,7 +206,7 @@ HAL_BOARD = HAL_BOARD_VRBRAIN HAL_BOARD_SUBTYPE = HAL_BOARD_SUBTYPE_NONE endif -ifneq ($(findstring vrhero, $(MAKECMDGOALS)),) +ifneq ($(findstring vrcore, $(MAKECMDGOALS)),) HAL_BOARD = HAL_BOARD_VRBRAIN HAL_BOARD_SUBTYPE = HAL_BOARD_SUBTYPE_NONE endif