diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-11-15 14:48:50 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-12-13 11:02:14 -0500 |
commit | 0e2794b0b72f38d0dd5aa8474e22b1fe56fb8bd1 (patch) | |
tree | e5bb62e59914a7177e4ed6cbe7b81769fc7d5cf7 /arch/mips/Makefile | |
parent | abe77f90dc9c65a7c9a4d61c2cbb8db4d5566e4f (diff) |
MIPS: Kconfig: Rename several firmware related config symbols.
With the upcoming merge of the ARC architecture there is a small likelyhood
of conflicting use for the CONFIG_ARC config symbol. Rename it to
CONFIG_FW_ARC. Also rename CONFIG_ARC32 to CONFIG_FW_ARC32, CONFIG_ARC64
to CONFIG_FW_ARC64.
For consistence also rename CONFIG_SNIPROM to CONFIG_FW_SNIPROM and
CONFIG_CFE to CONFIG_FW_CFE.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 033395ec82f1..f5f873eed8be 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -173,9 +173,9 @@ endif | |||
173 | # | 173 | # |
174 | # Firmware support | 174 | # Firmware support |
175 | # | 175 | # |
176 | libs-$(CONFIG_ARC) += arch/mips/fw/arc/ | 176 | libs-$(CONFIG_FW_ARC) += arch/mips/fw/arc/ |
177 | libs-$(CONFIG_CFE) += arch/mips/fw/cfe/ | 177 | libs-$(CONFIG_FW_CFE) += arch/mips/fw/cfe/ |
178 | libs-$(CONFIG_SNIPROM) += arch/mips/fw/sni/ | 178 | libs-$(CONFIG_FW_SNIPROM) += arch/mips/fw/sni/ |
179 | libs-y += arch/mips/fw/lib/ | 179 | libs-y += arch/mips/fw/lib/ |
180 | 180 | ||
181 | # | 181 | # |