]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ColdFire: Add $(obj) before cpu lib to correct build
authorstany MARCEL <stany.marcel@novasys-ingenierie.com>
Fri, 14 Oct 2011 04:38:02 +0000 (04:38 +0000)
committerjason <jason@jason-ThinkPad-T61.(none)>
Tue, 18 Oct 2011 16:13:17 +0000 (00:13 +0800)
Missing $(obj) prevented the build of ColdFire boards in a directory
than sources

Signed-off-by: Stany MARCEL <stany.marcel@novasys-ingenierie.com>
arch/m68k/cpu/mcf5227x/Makefile
arch/m68k/cpu/mcf523x/Makefile
arch/m68k/cpu/mcf532x/Makefile
arch/m68k/cpu/mcf5445x/Makefile
arch/m68k/cpu/mcf547x_8x/Makefile

index eb362648c21f50fd0c2ae3d6f347241a48c44cc6..0490f0ecf66a2054d28619d0885a896e7615e014 100644 (file)
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 # CFLAGS += -DET_DEBUG
 
-LIB    = lib$(CPU).o
+LIB    = $(obj)lib$(CPU).o
 
 START  = start.o
 COBJS  = cpu.o speed.o cpu_init.o interrupts.o
index eb362648c21f50fd0c2ae3d6f347241a48c44cc6..0490f0ecf66a2054d28619d0885a896e7615e014 100644 (file)
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 # CFLAGS += -DET_DEBUG
 
-LIB    = lib$(CPU).o
+LIB    = $(obj)lib$(CPU).o
 
 START  = start.o
 COBJS  = cpu.o speed.o cpu_init.o interrupts.o
index 257d46da0d34043e331cd17a746341d22791da80..eb043d92061c2adf9e9b0407c2d90cd8946ec211 100644 (file)
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 # CFLAGS += -DET_DEBUG
 
-LIB    = lib$(CPU).o
+LIB    = $(obj)lib$(CPU).o
 
 START  =
 COBJS  = cpu.o speed.o cpu_init.o interrupts.o
index 047e35d39ccb6d8b0f028bb181fa5c469deb5ce7..5b7ddd6471ad67a5a699feab219218491e75bdc9 100644 (file)
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 # CFLAGS += -DET_DEBUG
 
-LIB    = lib$(CPU).o
+LIB    = $(obj)lib$(CPU).o
 
 START  = start.o
 COBJS  = cpu.o speed.o cpu_init.o interrupts.o pci.o
index e41ce681c59be1a9ccf39a4f524dda7315171da3..a415aaba279bba7e13c317c980f1ed8b0e05ce91 100644 (file)
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 # CFLAGS += -DET_DEBUG
 
-LIB    = lib$(CPU).o
+LIB    = $(obj)lib$(CPU).o
 
 START  =
 COBJS  = cpu.o speed.o cpu_init.o pci.o interrupts.o slicetimer.o