summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Scripts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPlatformPkg/Scripts/Makefile')
-rw-r--r--ArmPlatformPkg/Scripts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Scripts/Makefile b/ArmPlatformPkg/Scripts/Makefile
index da949dc1ed..270fc80b6a 100644
--- a/ArmPlatformPkg/Scripts/Makefile
+++ b/ArmPlatformPkg/Scripts/Makefile
@@ -12,7 +12,7 @@ EDK2_TOOLCHAIN ?= RVCTLINUX
EDK2_ARCH ?= ARM
EDK2_BUILD ?= DEBUG
-ifeq ($(EDK2_DSC),"")
+ifndef EDK2_DSC
$(error The Makfile macro 'EDK2_DSC' must be defined with an EDK2 DSC file.)
endif
ifeq ("$(EDK2_DSC)","ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.dsc")