export BASEPRJDIR = $(shell pwd) export BASEMAKEDIR = $(BASEPRJDIR)/build export BUILD_RESULT_DIR = $(BASEPRJDIR)/candidates export DSTHALBASE = $(BASEPRJDIR)/hal export DSTHALTEST = $(BASEPRJDIR)/haltest export DSTHALCOMMBASE = $(DSTHALBASE)/common export DSTHALPLATFORMBASE = $(DSTHALBASE)/platform export USE_V2LIN = 1 export OS_TYPE = $(shell uname) subsystem: $(MAKE) -C build clean: $(MAKE) -C build clean install: $(MAKE) -C build install