export asic platform for build

This commit is contained in:
kram 2018-01-23 11:30:17 -08:00
parent c47c409a3a
commit 8da1f5ca08

View File

@ -31,6 +31,7 @@ PROJECT_ROOT = $(shell pwd)
CONFIGURED_PLATFORM := $(shell [ -f .platform ] && cat .platform || echo generic)
PLATFORM_PATH = platform/$(CONFIGURED_PLATFORM)
export BUILD_NUMBER
export CONFIGURED_PLATFORM
###############################################################################
## Utility rules