Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 1e28eed17697bcf343c6743f0028cc3b5dd88bf0 authored by Linus Torvalds on 14 March 2021, 21:41:02 UTC
Linux 5.12-rc3
Tip revision: 1e28eed
Platform
cflags-$(CONFIG_MACH_TX39XX)	+=					\
		-I$(srctree)/arch/mips/include/asm/mach-tx39xx
cflags-$(CONFIG_MACH_TX49XX)	+=					\
		 -I$(srctree)/arch/mips/include/asm/mach-tx49xx

load-$(CONFIG_MACH_TX39XX)	+= 0xffffffff80050000
load-$(CONFIG_MACH_TX49XX)	+= 0xffffffff80100000
back to top