diff options
-rw-r--r-- | arch/mips/Makefile | 4 | ||||
-rw-r--r-- | arch/mips/pnx8550/jbs/Makefile | 2 | ||||
-rw-r--r-- | arch/mips/pnx8550/stb810/Makefile | 2 |
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 | # |
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 |
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 | ||
4 | lib-y := init.o board_setup.o irqmap.o | 4 | 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 @@ | |||
1 | 1 | ||
2 | # Makefile for the NXP STB810 Board. | 2 | # Makefile for the NXP STB810 Board. |
3 | 3 | ||
4 | lib-y := prom_init.o board_setup.o irqmap.o | 4 | obj-y := prom_init.o board_setup.o irqmap.o |