Ralf Baechle | 36bb97e | 2010-08-05 13:25:50 +0100 | [diff] [blame] | 1 | # |
| 2 | # MIPS Malta board |
| 3 | # |
| 4 | platform-$(CONFIG_MIPS_MALTA) += mti-malta/ |
| 5 | cflags-$(CONFIG_MIPS_MALTA) += -I$(srctree)/arch/mips/include/asm/mach-malta |
Sanjay Lal | 2235a54 | 2012-11-21 18:33:59 -0800 | [diff] [blame] | 6 | ifdef CONFIG_KVM_GUEST |
| 7 | load-$(CONFIG_MIPS_MALTA) += 0x0000000040100000 |
| 8 | else |
| 9 | load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 |
| 10 | endif |
Ralf Baechle | 36bb97e | 2010-08-05 13:25:50 +0100 | [diff] [blame] | 11 | all-$(CONFIG_MIPS_MALTA) := $(COMPRESSION_FNAME).bin |