tree-wide: replace config_enabled() with IS_ENABLED()
[deliverable/linux.git] / arch / mips / mti-malta / Platform
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
6 ifdef CONFIG_KVM_GUEST
7 load-$(CONFIG_MIPS_MALTA) += 0x0000000040100000
8 else
9 load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000
10 endif
11 all-$(CONFIG_MIPS_MALTA) := $(COMPRESSION_FNAME).bin
This page took 0.033089 seconds and 5 git commands to generate.