From 79d7cd31f9a3d3e75ae67f742aa5eb199cfa71cf Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 5 Aug 2010 13:25:56 +0100 Subject: MIPS: PNX8550: Move code one directory level up. It was sharing the nxp directory but no code with pnx833x and will fit better into the new platform makefile scheme, if moved. Also after the pnx833x code has been moved up, the pnx8550 Code was the last users of the nxp dir. Signed-off-by: Ralf Baechle --- arch/mips/pnx8550/stb810/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 arch/mips/pnx8550/stb810/Makefile (limited to 'arch/mips/pnx8550/stb810/Makefile') diff --git a/arch/mips/pnx8550/stb810/Makefile b/arch/mips/pnx8550/stb810/Makefile new file mode 100644 index 0000000..ab91d72 --- /dev/null +++ b/arch/mips/pnx8550/stb810/Makefile @@ -0,0 +1,4 @@ + +# Makefile for the NXP STB810 Board. + +lib-y := prom_init.o board_setup.o irqmap.o -- cgit v1.1 From 9453e84d1765d2a532c2ba26ab2a5c3c9b8867c4 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 5 Aug 2010 13:25:56 +0100 Subject: 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 --- arch/mips/pnx8550/stb810/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/mips/pnx8550/stb810/Makefile') diff --git a/arch/mips/pnx8550/stb810/Makefile b/arch/mips/pnx8550/stb810/Makefile index ab91d72..cb4ff02 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 -- cgit v1.1