aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAchin Gupta <achin.gupta@arm.com>2014-02-01 18:53:26 +0000
committerDan Handley <dan.handley@arm.com>2014-02-17 18:51:44 +0000
commit7421b4653dcfe6b10be5ca7167d2a5f3584c95c1 (patch)
treebf378cb2f1bdefbdc209200997aa2cc1ddc1ff40 /Makefile
parentef7a28c92b3587e2572eab1a30f1e99e854c9d62 (diff)
downloadtrusted-firmware-a-7421b4653dcfe6b10be5ca7167d2a5f3584c95c1.tar.gz
Add runtime services framework
This patch introduces the framework to enable registration and initialisation of runtime services. PSCI is registered and initialised as a runtime service. Handling of runtime service requests will be implemented in subsequent patches. Change-Id: Id21e7ddc5a33d42b7d6e455b41155fc5441a9547
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1ebc172a8d..83f681346b 100644
--- a/Makefile
+++ b/Makefile
@@ -36,8 +36,11 @@ else
KBUILD_VERBOSE = 0
endif
-CHECKPATCH_ARGS = --no-tree --no-signoff
-CHECKCODE_ARGS = --no-patch --no-tree --no-signoff
+# Checkpatch ignores
+CHECK_IGNORE = --ignore COMPLEX_MACRO
+
+CHECKPATCH_ARGS = --no-tree --no-signoff ${CHECK_IGNORE}
+CHECKCODE_ARGS = --no-patch --no-tree --no-signoff ${CHECK_IGNORE}
ifeq "${KBUILD_VERBOSE}" "0"
Q=@