diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:52 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:52 -0400 |
commit | 026dab3c51d3d6129cf66f24bc592e9315856fdb (patch) | |
tree | 6fae87de1e7c2b8a2b54fb4a19c29d8f27549648 /arch/mips/Makefile | |
parent | f70a974dd04619575723331a4f767254b76e3c8e (diff) |
MIPS: PowerTV: 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 ff681502f6df..c983a8777b06 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -237,13 +237,6 @@ core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma/markeins/ | |||
237 | load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 | 237 | load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 |
238 | 238 | ||
239 | # | 239 | # |
240 | # Cisco PowerTV Platform | ||
241 | # | ||
242 | core-$(CONFIG_POWERTV) += arch/mips/powertv/ | ||
243 | cflags-$(CONFIG_POWERTV) += -I$(srctree)/arch/mips/include/asm/mach-powertv | ||
244 | load-$(CONFIG_POWERTV) += 0xffffffff90800000 | ||
245 | |||
246 | # | ||
247 | # Sibyte SB1250/BCM1480 SOC | 240 | # Sibyte SB1250/BCM1480 SOC |
248 | # | 241 | # |
249 | # This is a LIB so that it links at the end, and initcalls are later | 242 | # This is a LIB so that it links at the end, and initcalls are later |