diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:53 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:53 -0400 |
commit | bd152b095ef67898ed794f100e4ecc5298a61ad8 (patch) | |
tree | c3dfc77ff49e306fcd0c71a2d97a12038222261c /arch/mips/Makefile | |
parent | 026dab3c51d3d6129cf66f24bc592e9315856fdb (diff) |
MIPS: Lasat: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index c983a8777b06..24ba9394fa68 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -191,13 +191,6 @@ endif | |||
191 | # | 191 | # |
192 | include $(srctree)/arch/mips/Kbuild.platforms | 192 | include $(srctree)/arch/mips/Kbuild.platforms |
193 | 193 | ||
194 | # | ||
195 | # LASAT platforms | ||
196 | # | ||
197 | core-$(CONFIG_LASAT) += arch/mips/lasat/ | ||
198 | cflags-$(CONFIG_LASAT) += -I$(srctree)/arch/mips/include/asm/mach-lasat | ||
199 | load-$(CONFIG_LASAT) += 0xffffffff80000000 | ||
200 | |||
201 | # NXP STB225 | 194 | # NXP STB225 |
202 | core-$(CONFIG_SOC_PNX833X) += arch/mips/nxp/pnx833x/common/ | 195 | core-$(CONFIG_SOC_PNX833X) += arch/mips/nxp/pnx833x/common/ |
203 | cflags-$(CONFIG_SOC_PNX833X) += -Iarch/mips/include/asm/mach-pnx833x | 196 | cflags-$(CONFIG_SOC_PNX833X) += -Iarch/mips/include/asm/mach-pnx833x |