diff options
author | Kumar Gala <galak@codeaurora.org> | 2015-02-26 16:49:09 -0500 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2015-03-11 16:06:38 -0400 |
commit | 916f743da3546c28a2f350d197e3bea95d97ba15 (patch) | |
tree | 331acf806161e5db52de9c41305078217848675f /drivers/firmware/Makefile | |
parent | 4de43476fc1baaf2bb7a520fc9e3b1797943b615 (diff) |
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 'drivers/firmware/Makefile')
-rw-r--r-- | drivers/firmware/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/firmware/Makefile b/drivers/firmware/Makefile index 5373dc5b6011..3fdd3912709a 100644 --- a/drivers/firmware/Makefile +++ b/drivers/firmware/Makefile | |||
@@ -11,6 +11,8 @@ obj-$(CONFIG_DMIID) += dmi-id.o | |||
11 | obj-$(CONFIG_ISCSI_IBFT_FIND) += iscsi_ibft_find.o | 11 | obj-$(CONFIG_ISCSI_IBFT_FIND) += iscsi_ibft_find.o |
12 | obj-$(CONFIG_ISCSI_IBFT) += iscsi_ibft.o | 12 | obj-$(CONFIG_ISCSI_IBFT) += iscsi_ibft.o |
13 | obj-$(CONFIG_FIRMWARE_MEMMAP) += memmap.o | 13 | obj-$(CONFIG_FIRMWARE_MEMMAP) += memmap.o |
14 | obj-$(CONFIG_QCOM_SCM) += qcom_scm.o | ||
15 | CFLAGS_qcom_scm.o :=$(call as-instr,.arch_extension sec,-DREQUIRES_SEC=1) | ||
14 | 16 | ||
15 | obj-$(CONFIG_GOOGLE_FIRMWARE) += google/ | 17 | obj-$(CONFIG_GOOGLE_FIRMWARE) += google/ |
16 | obj-$(CONFIG_EFI) += efi/ | 18 | obj-$(CONFIG_EFI) += efi/ |