diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:56 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:56 -0400 |
commit | 9453e84d1765d2a532c2ba26ab2a5c3c9b8867c4 (patch) | |
tree | 55c634e75064a5c0f2bf02625bde7d74dad0cc7a /arch/mips/Makefile | |
parent | 98e9aee33797c6319425aa729d828e9fe304774c (diff) |
MIPS: STB8550: Move boards over to obj-y
Preparatory cleanup for moving Alchemy over to new MIPS Platform build
system support.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index ae1bbd5b8d64..4ba8070ef4f2 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -208,13 +208,13 @@ cflags-$(CONFIG_SOC_PNX8550) += -I$(srctree)/arch/mips/include/asm/mach-pnx8550 | |||
208 | # | 208 | # |
209 | # NXP PNX8550 JBS board | 209 | # NXP PNX8550 JBS board |
210 | # | 210 | # |
211 | libs-$(CONFIG_PNX8550_JBS) += arch/mips/pnx8550/jbs/ | 211 | core-$(CONFIG_PNX8550_JBS) += arch/mips/pnx8550/jbs/ |
212 | #cflags-$(CONFIG_PNX8550_JBS) += -I$(srctree)/arch/mips/include/asm/mach-pnx8550 | 212 | #cflags-$(CONFIG_PNX8550_JBS) += -I$(srctree)/arch/mips/include/asm/mach-pnx8550 |
213 | load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 | 213 | load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 |
214 | 214 | ||
215 | # NXP PNX8550 STB810 board | 215 | # NXP PNX8550 STB810 board |
216 | # | 216 | # |
217 | libs-$(CONFIG_PNX8550_STB810) += arch/mips/pnx8550/stb810/ | 217 | core-$(CONFIG_PNX8550_STB810) += arch/mips/pnx8550/stb810/ |
218 | load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 | 218 | load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 |
219 | 219 | ||
220 | cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic | 220 | cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic |