aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
208# 208#
209# NXP PNX8550 JBS board 209# NXP PNX8550 JBS board
210# 210#
211libs-$(CONFIG_PNX8550_JBS) += arch/mips/pnx8550/jbs/ 211core-$(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
213load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 213load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000
214 214
215# NXP PNX8550 STB810 board 215# NXP PNX8550 STB810 board
216# 216#
217libs-$(CONFIG_PNX8550_STB810) += arch/mips/pnx8550/stb810/ 217core-$(CONFIG_PNX8550_STB810) += arch/mips/pnx8550/stb810/
218load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 218load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000
219 219
220cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic 220cflags-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 @@
1 1
2# Makefile for the NXP JBS Board. 2# Makefile for the NXP JBS Board.
3 3
4lib-y := init.o board_setup.o irqmap.o 4obj-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 @@
1 1
2# Makefile for the NXP STB810 Board. 2# Makefile for the NXP STB810 Board.
3 3
4lib-y := prom_init.o board_setup.o irqmap.o 4obj-y := prom_init.o board_setup.o irqmap.o