Преглед на файлове

ColdFire: Add $(obj) before cpu lib to correct build

Missing $(obj) prevented the build of ColdFire boards in a directory
than sources

Signed-off-by: Stany MARCEL <stany.marcel@novasys-ingenierie.com>
stany MARCEL преди 13 години
родител
ревизия
aa2bd9b015
променени са 5 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 1 1
      arch/m68k/cpu/mcf5227x/Makefile
  2. 1 1
      arch/m68k/cpu/mcf523x/Makefile
  3. 1 1
      arch/m68k/cpu/mcf532x/Makefile
  4. 1 1
      arch/m68k/cpu/mcf5445x/Makefile
  5. 1 1
      arch/m68k/cpu/mcf547x_8x/Makefile

+ 1 - 1
arch/m68k/cpu/mcf5227x/Makefile

@@ -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

+ 1 - 1
arch/m68k/cpu/mcf523x/Makefile

@@ -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

+ 1 - 1
arch/m68k/cpu/mcf532x/Makefile

@@ -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

+ 1 - 1
arch/m68k/cpu/mcf5445x/Makefile

@@ -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

+ 1 - 1
arch/m68k/cpu/mcf547x_8x/Makefile

@@ -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