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/pnx833x/Platform | |
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/pnx833x/Platform')
-rw-r--r-- | arch/mips/pnx833x/Platform | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/pnx833x/Platform b/arch/mips/pnx833x/Platform index 287260669551..e5286a49fc3e 100644 --- a/arch/mips/pnx833x/Platform +++ b/arch/mips/pnx833x/Platform @@ -1,5 +1,4 @@ # NXP STB225 -platform-$(CONFIG_SOC_PNX833X) += pnx833x/ cflags-$(CONFIG_SOC_PNX833X) += -I$(srctree)/arch/mips/include/asm/mach-pnx833x load-$(CONFIG_NXP_STB220) += 0xffffffff80001000 load-$(CONFIG_NXP_STB225) += 0xffffffff80001000 |