diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-05-06 18:24:02 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-05-13 00:17:18 +0200 |
commit | 26bff9eb49201aeb4e1b32d698c191831a39f5d4 (patch) | |
tree | bd049fba17a1ceb3a64ac1f91cfefc1475dde596 /arch/mips/alchemy | |
parent | MIPS: VDSO: Allow ld.lld to link the VDSO (diff) | |
download | linux-26bff9eb49201aeb4e1b32d698c191831a39f5d4.tar.xz linux-26bff9eb49201aeb4e1b32d698c191831a39f5d4.zip |
MIPS: Only include the platform file needed
Instead of including all Platform files, we simply include the
needed one and avoid clashes with makefile variables.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/alchemy')
-rw-r--r-- | arch/mips/alchemy/Platform | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/alchemy/Platform b/arch/mips/alchemy/Platform index 33c9da3b077b..c8cff50b0eda 100644 --- a/arch/mips/alchemy/Platform +++ b/arch/mips/alchemy/Platform @@ -15,19 +15,16 @@ load-$(CONFIG_MIPS_DB1XXX) += 0xffffffff80100000 # # 4G-Systems MTX-1 "MeshCube" wireless router # -platform-$(CONFIG_MIPS_MTX1) += alchemy/ load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000 # # MyCable eval board # -platform-$(CONFIG_MIPS_XXS1500) += alchemy/ load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000 # # Trapeze ITS GRP board # -platform-$(CONFIG_MIPS_GPR) += alchemy/ load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000 # boards can specify their own <gpio.h> in one of their include dirs. |