summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2019-01-04 14:05:26 +0000
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2019-01-04 14:05:26 +0000
commit5c3bda7c7fc1dc4ec91507f46241e19615338987 (patch)
tree280152102cadc52ec9c26e441a78d96308218335 /Makefile
parent9a207532f8216bf83fed0891fed9ed0bc72ca450 (diff)
Remove ASM_ASSERTION check in Makefile
ASM_ASSERTION was deprecated long ago, this check is no longer needed. Change-Id: I2a5770f76ea1317461c0059dad8dba9dc0e5af32 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 742a3ffc..3de7b3f6 100644
--- a/Makefile
+++ b/Makefile
@@ -26,10 +26,6 @@ include ${MAKE_HELPERS_DIRECTORY}build_env.mk
# Default values for build configurations, and their dependencies
################################################################################
-ifdef ASM_ASSERTION
- $(warning ASM_ASSERTION is removed, use ENABLE_ASSERTIONS instead.)
-endif
-
include ${MAKE_HELPERS_DIRECTORY}defaults.mk
# Assertions enabled for DEBUG builds by default