From 026dab3c51d3d6129cf66f24bc592e9315856fdb Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 5 Aug 2010 13:25:52 +0100 Subject: MIPS: PowerTV: Migrate to new platform makefile style. Signed-off-by: Ralf Baechle --- arch/mips/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'arch/mips/Makefile') diff --git a/arch/mips/Makefile b/arch/mips/Makefile index ff681502f6df..c983a8777b06 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -236,13 +236,6 @@ cflags-$(CONFIG_SOC_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma/markeins/ load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 -# -# Cisco PowerTV Platform -# -core-$(CONFIG_POWERTV) += arch/mips/powertv/ -cflags-$(CONFIG_POWERTV) += -I$(srctree)/arch/mips/include/asm/mach-powertv -load-$(CONFIG_POWERTV) += 0xffffffff90800000 - # # Sibyte SB1250/BCM1480 SOC # -- cgit v1.2.3-59-g8ed1b