Remove VXLITE references from build system

Not related to the LITE support in the kernel, that VXLITE
variable was provisioned for a potential other name for
VxMicro, and was never used.

Change-Id: I23ce1fda1064141ab7e7e75fa2b2a12b9361d624
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2015-04-13 16:36:42 -04:00 committed by Anas Nashif
parent 1cb6e5fbb5
commit bb9e641da0

4
make/env/defs.base vendored
View file

@ -56,12 +56,12 @@ vFILE_SUPPORTED := $(if $(filter 4.%,${MAKE_VERSION}),y,n)
#####
$(if ${VXMICRO_BASE},,$(if ${VXLITE_BASE},,$(error VXMICRO_BASE or VXLITE_BASE must be set)))
$(if ${VXMICRO_BASE},,$(error VXMICRO_BASE must be set))
vBASE ?= $(strip $(subst ${vDRIVE_BASE},,$(subst \,/,${VXMICRO_BASE})))
vMAKE ?= ${vBASE}/make
vBSP_BASE_DIR ?= $(strip $(subst \,/,$(or ${VXMICRO_BSP_BASE},${VXLITE_BSP_BASE},${vBASE}/arch/${vARCH})))
vBSP_BASE_DIR ?= $(strip $(subst \,/,$(or ${VXMICRO_BSP_BASE},${vBASE}/arch/${vARCH})))
vCONFIG_BASE_DIR ?= $(strip $(subst \,/,${vBASE}/config))
#####