diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 14:25:57 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 14:25:57 +0200 |
commit | ad5f2635578a19ff8885bff1ef4d5adf7193cb02 (patch) | |
tree | 6139b0792dc92b8fce623887b0c0979aadca9fcf /arch/mips/pnx8550/Platform | |
parent | MIPS: PNX833x: Migrate to new platform makefile style. (diff) | |
download | linux-ad5f2635578a19ff8885bff1ef4d5adf7193cb02.tar.xz linux-ad5f2635578a19ff8885bff1ef4d5adf7193cb02.zip |
MIPS: PNX8550: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pnx8550/Platform')
-rw-r--r-- | arch/mips/pnx8550/Platform | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/pnx8550/Platform b/arch/mips/pnx8550/Platform new file mode 100644 index 000000000000..0e7fbde768d5 --- /dev/null +++ b/arch/mips/pnx8550/Platform @@ -0,0 +1,7 @@ +platform-$(CONFIG_SOC_PNX8550) += pnx8550/ + +cflags-$(CONFIG_SOC_PNX8550) += \ + -I$(srctree)/arch/mips/include/asm/mach-pnx8550 + +load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 +load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 |