Ralf Baechle | 655f40e | 2010-08-05 13:25:49 +0100 | [diff] [blame] | 1 | # |
2 | # SNI RM | ||||
3 | # | ||||
4 | platform-$(CONFIG_SNI_RM) += sni/ | ||||
5 | cflags-$(CONFIG_SNI_RM) += -I$(srctree)/arch/mips/include/asm/mach-rm | ||||
6 | ifdef CONFIG_CPU_LITTLE_ENDIAN | ||||
7 | load-$(CONFIG_SNI_RM) += 0xffffffff80600000 | ||||
8 | else | ||||
9 | load-$(CONFIG_SNI_RM) += 0xffffffff80030000 | ||||
10 | endif | ||||
11 | all-$(CONFIG_SNI_RM) := $(COMPRESSION_FNAME).ecoff |