From 7d07561369dd5cbca791ec166260a483ecba65c8 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 5 Aug 2010 13:25:56 +0100 Subject: [PATCH] --- yaml --- r: 204519 b: refs/heads/master c: 9453e84d1765d2a532c2ba26ab2a5c3c9b8867c4 h: refs/heads/master i: 204517: b8ac9c39a4e3075576f4de8e74ab3c29aa3e10ca 204515: 4bd635b921260b2a1a0ab79e42022c1a02202f8e 204511: 841de97ed91abc95cb1cde2ffe8745c14f65dd7a v: v3 --- [refs] | 2 +- trunk/arch/mips/Makefile | 4 ++-- trunk/arch/mips/pnx8550/jbs/Makefile | 2 +- trunk/arch/mips/pnx8550/stb810/Makefile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index c41fe82fc13b..ba5af10fe94e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 98e9aee33797c6319425aa729d828e9fe304774c +refs/heads/master: 9453e84d1765d2a532c2ba26ab2a5c3c9b8867c4 diff --git a/trunk/arch/mips/Makefile b/trunk/arch/mips/Makefile index ae1bbd5b8d64..4ba8070ef4f2 100644 --- a/trunk/arch/mips/Makefile +++ b/trunk/arch/mips/Makefile @@ -208,13 +208,13 @@ cflags-$(CONFIG_SOC_PNX8550) += -I$(srctree)/arch/mips/include/asm/mach-pnx8550 # # NXP PNX8550 JBS board # -libs-$(CONFIG_PNX8550_JBS) += arch/mips/pnx8550/jbs/ +core-$(CONFIG_PNX8550_JBS) += arch/mips/pnx8550/jbs/ #cflags-$(CONFIG_PNX8550_JBS) += -I$(srctree)/arch/mips/include/asm/mach-pnx8550 load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 # NXP PNX8550 STB810 board # -libs-$(CONFIG_PNX8550_STB810) += arch/mips/pnx8550/stb810/ +core-$(CONFIG_PNX8550_STB810) += arch/mips/pnx8550/stb810/ load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic diff --git a/trunk/arch/mips/pnx8550/jbs/Makefile b/trunk/arch/mips/pnx8550/jbs/Makefile index ad6a8ca7d8ce..c4dc3d53eb5c 100644 --- a/trunk/arch/mips/pnx8550/jbs/Makefile +++ b/trunk/arch/mips/pnx8550/jbs/Makefile @@ -1,4 +1,4 @@ # Makefile for the NXP JBS Board. -lib-y := init.o board_setup.o irqmap.o +obj-y := init.o board_setup.o irqmap.o diff --git a/trunk/arch/mips/pnx8550/stb810/Makefile b/trunk/arch/mips/pnx8550/stb810/Makefile index ab91d72c5664..cb4ff022f1fb 100644 --- a/trunk/arch/mips/pnx8550/stb810/Makefile +++ b/trunk/arch/mips/pnx8550/stb810/Makefile @@ -1,4 +1,4 @@ # Makefile for the NXP STB810 Board. -lib-y := prom_init.o board_setup.o irqmap.o +obj-y := prom_init.o board_setup.o irqmap.o