Skip to content

Commit

Permalink
MIPS: STB8550: Move boards over to obj-y
Browse files Browse the repository at this point in the history
Preparatory cleanup for moving Alchemy over to new  MIPS Platform build
system support.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Aug 5, 2010
1 parent 98e9aee commit 9453e84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/pnx8550/jbs/Makefile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion arch/mips/pnx8550/stb810/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9453e84

Please sign in to comment.