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/powertv | |
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/powertv')
-rw-r--r-- | arch/mips/powertv/Makefile | 2 | ||||
-rw-r--r-- | arch/mips/powertv/Platform | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/arch/mips/powertv/Makefile b/arch/mips/powertv/Makefile index e9fe1c6efe16..506c4ca9d44a 100644 --- a/arch/mips/powertv/Makefile +++ b/arch/mips/powertv/Makefile | |||
@@ -26,4 +26,4 @@ | |||
26 | obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \ | 26 | obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \ |
27 | asic/ pci/ | 27 | asic/ pci/ |
28 | 28 | ||
29 | EXTRA_CFLAGS += -Wall -Werror | 29 | EXTRA_CFLAGS += -Wall |
diff --git a/arch/mips/powertv/Platform b/arch/mips/powertv/Platform new file mode 100644 index 000000000000..4eb5af1d8eea --- /dev/null +++ b/arch/mips/powertv/Platform | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Cisco PowerTV Platform | ||
3 | # | ||
4 | platform-$(CONFIG_POWERTV) += powertv/ | ||
5 | cflags-$(CONFIG_POWERTV) += \ | ||
6 | -I$(srctree)/arch/mips/include/asm/mach-powertv | ||
7 | load-$(CONFIG_POWERTV) += 0xffffffff90800000 | ||