diff options
author | Kumar Gala <galak@codeaurora.org> | 2015-02-04 22:46:04 +0100 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2015-03-11 21:06:36 +0100 |
commit | 3d9b448bd287f051f5380323d596a133f01c074b (patch) | |
tree | 4036207733a835efd0129771b8f4f6cfe6f7d868 /arch/arm/mach-qcom/Makefile | |
parent | Linux 4.0-rc1 (diff) | |
download | linux-3d9b448bd287f051f5380323d596a133f01c074b.tar.xz linux-3d9b448bd287f051f5380323d596a133f01c074b.zip |
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/Makefile | 2 |
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) |