mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
26bff9eb49
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>
11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
#
|
|
# SNI RM
|
|
#
|
|
cflags-$(CONFIG_SNI_RM) += -I$(srctree)/arch/mips/include/asm/mach-rm
|
|
ifdef CONFIG_CPU_LITTLE_ENDIAN
|
|
load-$(CONFIG_SNI_RM) += 0xffffffff80600000
|
|
else
|
|
load-$(CONFIG_SNI_RM) += 0xffffffff80030000
|
|
endif
|
|
all-$(CONFIG_SNI_RM) := $(COMPRESSION_FNAME).ecoff
|