diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-05-06 19:24:02 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-05-13 01:17:18 +0300 |
commit | 26bff9eb49201aeb4e1b32d698c191831a39f5d4 (patch) | |
tree | bd049fba17a1ceb3a64ac1f91cfefc1475dde596 /arch/mips/jazz | |
parent | 22235ef34a9745c4964c5aa11d57d5ce0b0117de (diff) | |
download | linux-26bff9eb49201aeb4e1b32d698c191831a39f5d4.tar.xz |
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/jazz')
-rw-r--r-- | arch/mips/jazz/Platform | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/jazz/Platform b/arch/mips/jazz/Platform index 3373788acca1..eb0490ae8b09 100644 --- a/arch/mips/jazz/Platform +++ b/arch/mips/jazz/Platform @@ -1,6 +1,5 @@ # # Acer PICA 61, Mips Magnum 4000 and Olivetti M700. # -platform-$(CONFIG_MACH_JAZZ) += jazz/ cflags-$(CONFIG_MACH_JAZZ) += -I$(srctree)/arch/mips/include/asm/mach-jazz load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000 |