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/powertv/Makefile | 2 +- arch/mips/powertv/Platform | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 arch/mips/powertv/Platform (limited to 'arch/mips/powertv') diff --git a/arch/mips/powertv/Makefile b/arch/mips/powertv/Makefile index e9fe1c6..506c4ca 100644 --- a/arch/mips/powertv/Makefile +++ b/arch/mips/powertv/Makefile @@ -26,4 +26,4 @@ obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \ asic/ pci/ -EXTRA_CFLAGS += -Wall -Werror +EXTRA_CFLAGS += -Wall diff --git a/arch/mips/powertv/Platform b/arch/mips/powertv/Platform new file mode 100644 index 0000000..4eb5af1 --- /dev/null +++ b/arch/mips/powertv/Platform @@ -0,0 +1,7 @@ +# +# Cisco PowerTV Platform +# +platform-$(CONFIG_POWERTV) += powertv/ +cflags-$(CONFIG_POWERTV) += \ + -I$(srctree)/arch/mips/include/asm/mach-powertv +load-$(CONFIG_POWERTV) += 0xffffffff90800000 -- cgit v1.1