summaryrefslogtreecommitdiff
path: root/arch/arm/mach-qcom/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@codeaurora.org>2015-02-04 15:46:04 -0600
committerKumar Gala <galak@codeaurora.org>2015-03-11 15:06:36 -0500
commit3d9b448bd287f051f5380323d596a133f01c074b (patch)
tree4036207733a835efd0129771b8f4f6cfe6f7d868 /arch/arm/mach-qcom/Makefile
parentc517d838eb7d07bbe9507871fab3931deccff539 (diff)
ARM: qcom: Merge scm and scm boot code together
Put all scm related code into a single file as a first step in cleaning up the scm interface to just expose functional behavior insteam of making direct scm calls. Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-qcom/Makefile')
-rw-r--r--arch/arm/mach-qcom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-qcom/Makefile b/arch/arm/mach-qcom/Makefile
index 8f756ae1ae31..10b684140aa1 100644
--- a/arch/arm/mach-qcom/Makefile
+++ b/arch/arm/mach-qcom/Makefile
@@ -1,5 +1,5 @@
obj-y := board.o
obj-$(CONFIG_SMP) += platsmp.o
-obj-$(CONFIG_QCOM_SCM) += scm.o scm-boot.o
+obj-$(CONFIG_QCOM_SCM) += scm.o
CFLAGS_scm.o :=$(call as-instr,.arch_extension sec,-DREQUIRES_SEC=1)