summaryrefslogtreecommitdiff
path: root/cmd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/Makefile')
-rw-r--r--cmd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/Makefile b/cmd/Makefile
index f13bb8c11e..29bdde0797 100644
--- a/cmd/Makefile
+++ b/cmd/Makefile
@@ -165,6 +165,9 @@ obj-$(CONFIG_CMD_BLOB) += blob.o
# core command
obj-y += nvedit.o
+# secure monitor call (for calling into the ARM Trusted Firmware)
+obj-y += smc.o
+
obj-$(CONFIG_ARCH_MVEBU) += mvebu/
filechk_data_gz = (echo "static const char data_gz[] ="; cat $< | scripts/bin2c; echo ";")