summaryrefslogtreecommitdiff
path: root/arch/arm/mach-qcom/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@codeaurora.org>2015-02-26 21:49:09 (GMT)
committerKumar Gala <galak@codeaurora.org>2015-03-11 20:06:38 (GMT)
commit916f743da3546c28a2f350d197e3bea95d97ba15 (patch)
tree331acf806161e5db52de9c41305078217848675f /arch/arm/mach-qcom/Makefile
parent4de43476fc1baaf2bb7a520fc9e3b1797943b615 (diff)
downloadlinux-916f743da3546c28a2f350d197e3bea95d97ba15.tar.xz
firmware: qcom: scm: Move the scm driver to drivers/firmware
Architectural changes in the ARM Linux kernel tree mandate the eventual removal of the mach-* directories. Move the scm driver to drivers/firmware and the scm header to include/linux to support that removal. Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-qcom/Makefile')
-rw-r--r--arch/arm/mach-qcom/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-qcom/Makefile b/arch/arm/mach-qcom/Makefile
index 10b6841..e324375 100644
--- a/arch/arm/mach-qcom/Makefile
+++ b/arch/arm/mach-qcom/Makefile
@@ -1,5 +1,2 @@
obj-y := board.o
obj-$(CONFIG_SMP) += platsmp.o
-obj-$(CONFIG_QCOM_SCM) += scm.o
-
-CFLAGS_scm.o :=$(call as-instr,.arch_extension sec,-DREQUIRES_SEC=1)