From 30c7c5302eaedccd878cbdcf4caa950fe572d9d3 Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Wed, 30 Jan 2019 10:43:21 -0800 Subject: Add TARGET as a synonym for BOARD Signed-off-by: Nathaniel Graff --- scripts/standalone.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/standalone.mk b/scripts/standalone.mk index 244bb7c..a73093f 100644 --- a/scripts/standalone.mk +++ b/scripts/standalone.mk @@ -13,7 +13,7 @@ SRC_DIR ?= $(abspath src) # There must be a settings makefile fragment in the BSP's board directory. ifeq ($(wildcard $(BSP_DIR)/settings.mk),) -$(error Unable to find BSP for $(BOARD), expected to find $(BSP_DIR)/settings.mk) +$(error Unable to find BSP for $(TARGET), expected to find $(BSP_DIR)/settings.mk) endif # Include the BSP settings -- cgit v1.2.1-18-gbd029