aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2010-08-05 13:25:56 +0100
committerRalf Baechle <ralf@linux-mips.org>2010-08-05 13:25:56 +0100
commit9453e84d1765d2a532c2ba26ab2a5c3c9b8867c4 (patch)
tree55c634e75064a5c0f2bf02625bde7d74dad0cc7a /arch
parentMIPS: STB22x: Move boards over to obj-y (diff)
downloadlinux-dev-9453e84d1765d2a532c2ba26ab2a5c3c9b8867c4.tar.xz
linux-dev-9453e84d1765d2a532c2ba26ab2a5c3c9b8867c4.zip
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')
-rw-r--r--arch/mips/Makefile4
-rw-r--r--arch/mips/pnx8550/jbs/Makefile2
-rw-r--r--arch/mips/pnx8550/stb810/Makefile2
3 files changed, 4 insertions, 4 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
#
# 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/arch/mips/pnx8550/jbs/Makefile b/arch/mips/pnx8550/jbs/Makefile
index ad6a8ca7d8ce..c4dc3d53eb5c 100644
--- a/arch/mips/pnx8550/jbs/Makefile
+++ b/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/arch/mips/pnx8550/stb810/Makefile b/arch/mips/pnx8550/stb810/Makefile
index ab91d72c5664..cb4ff022f1fb 100644
--- a/arch/mips/pnx8550/stb810/Makefile
+++ b/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