summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/standalone.mk2
1 files changed, 1 insertions, 1 deletions
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