diff options
Diffstat (limited to 'drivers/firmware/Makefile')
-rw-r--r-- | drivers/firmware/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/firmware/Makefile b/drivers/firmware/Makefile index 2ee83474a3c1..48dd4175297e 100644 --- a/drivers/firmware/Makefile +++ b/drivers/firmware/Makefile | |||
@@ -2,6 +2,7 @@ | |||
2 | # Makefile for the linux kernel. | 2 | # Makefile for the linux kernel. |
3 | # | 3 | # |
4 | obj-$(CONFIG_ARM_PSCI_FW) += psci.o | 4 | obj-$(CONFIG_ARM_PSCI_FW) += psci.o |
5 | obj-$(CONFIG_ARM_SCPI_PROTOCOL) += arm_scpi.o | ||
5 | obj-$(CONFIG_DMI) += dmi_scan.o | 6 | obj-$(CONFIG_DMI) += dmi_scan.o |
6 | obj-$(CONFIG_DMI_SYSFS) += dmi-sysfs.o | 7 | obj-$(CONFIG_DMI_SYSFS) += dmi-sysfs.o |
7 | obj-$(CONFIG_EDD) += edd.o | 8 | obj-$(CONFIG_EDD) += edd.o |
@@ -12,10 +13,11 @@ obj-$(CONFIG_DMIID) += dmi-id.o | |||
12 | obj-$(CONFIG_ISCSI_IBFT_FIND) += iscsi_ibft_find.o | 13 | obj-$(CONFIG_ISCSI_IBFT_FIND) += iscsi_ibft_find.o |
13 | obj-$(CONFIG_ISCSI_IBFT) += iscsi_ibft.o | 14 | obj-$(CONFIG_ISCSI_IBFT) += iscsi_ibft.o |
14 | obj-$(CONFIG_FIRMWARE_MEMMAP) += memmap.o | 15 | obj-$(CONFIG_FIRMWARE_MEMMAP) += memmap.o |
16 | obj-$(CONFIG_RASPBERRYPI_FIRMWARE) += raspberrypi.o | ||
15 | obj-$(CONFIG_QCOM_SCM) += qcom_scm.o | 17 | obj-$(CONFIG_QCOM_SCM) += qcom_scm.o |
16 | obj-$(CONFIG_QCOM_SCM_64) += qcom_scm-64.o | 18 | obj-$(CONFIG_QCOM_SCM_64) += qcom_scm-64.o |
17 | obj-$(CONFIG_QCOM_SCM_32) += qcom_scm-32.o | 19 | obj-$(CONFIG_QCOM_SCM_32) += qcom_scm-32.o |
18 | CFLAGS_qcom_scm-32.o :=$(call as-instr,.arch_extension sec,-DREQUIRES_SEC=1) | 20 | CFLAGS_qcom_scm-32.o :=$(call as-instr,.arch armv7-a\n.arch_extension sec,-DREQUIRES_SEC=1) -march=armv7-a |
19 | 21 | ||
20 | obj-y += broadcom/ | 22 | obj-y += broadcom/ |
21 | obj-$(CONFIG_GOOGLE_FIRMWARE) += google/ | 23 | obj-$(CONFIG_GOOGLE_FIRMWARE) += google/ |